diff options
author | harrym@chromium.org <harrym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 23:02:49 +0000 |
---|---|---|
committer | harrym@chromium.org <harrym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 23:02:49 +0000 |
commit | 2c6ccdf53bcecd75637d345a246f48d499a576fb (patch) | |
tree | 3899626c0db0a49a178055302603d867f297b8ff /ash/ash_strings.grd | |
parent | 6982f488324851658dd1292f78ea7d0f8161482f (diff) | |
download | chromium_src-2c6ccdf53bcecd75637d345a246f48d499a576fb.zip chromium_src-2c6ccdf53bcecd75637d345a246f48d499a576fb.tar.gz chromium_src-2c6ccdf53bcecd75637d345a246f48d499a576fb.tar.bz2 |
Revert of AutoHide Behavior
BUG=146773
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10969076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 9659ac7..6bc224b 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -176,7 +176,10 @@ This file contains the strings for ash. <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for the Aura overflow button in the launcher"> Overflow Button </message> - <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE" desc="Title of the menu item in the context menu for auto-hiding the launcher"> + <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE_MAXIMIZED" desc="Title of the menu item in the context menu for auto-hiding the launcher when the current window is maximized"> + Autohide launcher when maximized + </message> + <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE_NOT_MAXIMIZED" desc="Title of the menu item in the context menu for auto-hiding the launcher when the current window is not maximized"> Autohide launcher </message> <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_POSITION" desc="Title of the menu item in the context menu for aligning the launcher"> |