bluetooth: use "Set Up" instead of "Set up"
Capitalize prepositions if they are part of a verb phrase https://bugzilla.gnome.org/show_bug.cgi?id=689589
This commit is contained in:
parent
e6ef3ea24f
commit
3d638c692e
@ -57,7 +57,7 @@ const Indicator = new Lang.Class({
|
||||
|
||||
this._fullMenuItems = [new PopupMenu.PopupSeparatorMenuItem(),
|
||||
new PopupMenu.PopupMenuItem(_("Send Files to Device...")),
|
||||
new PopupMenu.PopupMenuItem(_("Set up a New Device...")),
|
||||
new PopupMenu.PopupMenuItem(_("Set Up a New Device...")),
|
||||
new PopupMenu.PopupSeparatorMenuItem()];
|
||||
this._hasDevices = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user