diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-04 04:39:39 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-04 04:39:39 +0000 |
commit | 9f9bb4144867f679e6682833d17e4e112e3abc9c (patch) | |
tree | dc28dd777d32c9326311b673728234e111bceb16 /ash/ash_strings.grd | |
parent | 79a3233afcaadb7cca24a0494b0ec8eebbd245bf (diff) | |
download | chromium_src-9f9bb4144867f679e6682833d17e4e112e3abc9c.zip chromium_src-9f9bb4144867f679e6682833d17e4e112e3abc9c.tar.gz chromium_src-9f9bb4144867f679e6682833d17e4e112e3abc9c.tar.bz2 |
Adding new maximize menu according to specification.
BUG=132686
TEST=Visually tested
Review URL: https://chromiumcodereview.appspot.com/10823025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index f7b9795..fb2ed57 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -196,10 +196,6 @@ This file contains the strings for ash. Set wallpaper... </message> - <message name="IDS_FRAME_MAXIMIZE_BUTTON_TOOLTIP" desc="Tooltip for the maximize/restore button in window frames in aura"> - Pull down to minimize, left or right to tile - </message> - <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyboard overlay."> Keyboard Overlay </message> @@ -441,6 +437,21 @@ Press Search key to cancel. <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button for clearing all notifications."> Clear All </message> + <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that when the button gets clicked the window get maximized."> + Maximize + </message> + <message name="IDS_ASH_SNAP_WINDOW_RIGHT" desc="A help text to show that when the button gets clicked the window get snapped to the right side."> + Snap to right side + </message> + <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that when the button gets clicked the window get snapped to the left side."> + Snap to left side + </message> + <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when the button gets clicked the window gets restored to its normal - non maximized - state."> + Restore + </message> + <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that when the button gets clicked the window gets minimized."> + Minimize + </message> </messages> </release> </grit> |