Update terminology from "panel" to "top bar" when Ctrl+Alt+Tab is pressed.

This is the term recommended for use by the Documentation Team.
This commit is contained in:
Phil Bull 2011-03-21 11:51:22 -04:00
parent 1518dc9b60
commit 30346884fe

View File

@ -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 });
},