[gnome-shell] Update terminology from "panel" to "top bar" when Ctrl+Alt+Tab is pressed.



commit 30346884fe498b5c1c588249c26c11cad15655dd
Author: Phil Bull <philbull gmail com>
Date:   Mon Mar 21 11:51:22 2011 -0400

    Update terminology from "panel" to "top bar" when Ctrl+Alt+Tab is pressed.
    
    This is the term recommended for use by the Documentation Team.

 js/ui/panel.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/panel.js b/js/ui/panel.js
index a75cf3d..5ef212a 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -974,7 +974,7 @@ Panel.prototype = {
                                                   affectsStruts: false,
                                                   affectsInputRegion: false });
 
-        Main.ctrlAltTabManager.addGroup(this.actor, _("Panel"), 'start-here',
+        Main.ctrlAltTabManager.addGroup(this.actor, _("Top Bar"), 'start-here',
                                         { sortGroup: CtrlAltTab.SortGroup.TOP });
     },
 



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