bluetooth: fix mis-spelling of "Set up"

"setup" is not a verb.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=648410
This commit is contained in:
Dan Williams 2011-04-21 13:40:37 -05:00
parent 79927faaec
commit 8ec62ce46b

View File

@ -67,7 +67,7 @@ Indicator.prototype = {
this._fullMenuItems = [new PopupMenu.PopupSeparatorMenuItem(),
new PopupMenu.PopupMenuItem(_("Send Files to Device...")),
new PopupMenu.PopupMenuItem(_("Setup a New Device...")),
new PopupMenu.PopupMenuItem(_("Set up a New Device...")),
new PopupMenu.PopupSeparatorMenuItem()];
this._hasDevices = false;
this._deviceSep = this._fullMenuItems[0]; // hidden if no device exists