[gnome-shell] bluetooth: use "Set Up" instead of "Set up"



commit 3d638c692e30c5555467d64db8e5610599ba8915
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Dec 3 23:20:18 2012 -0500

    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

 js/ui/status/bluetooth.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index 4636710..f1b47c2 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]