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:
Jeremy Bicha 2012-12-03 23:20:18 -05:00
parent e6ef3ea24f
commit 3d638c692e

View File

@ -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;