diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 22:56:34 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 22:56:34 +0000 |
commit | bc83bb1aea99c3fafff887b6ebe76c96777032ee (patch) | |
tree | bdb013ec364920426a52b318f7ea8b35a861e184 /chrome/app | |
parent | df268ebdba32974ae60550a92e1b97f9edd064d6 (diff) | |
download | chromium_src-bc83bb1aea99c3fafff887b6ebe76c96777032ee.zip chromium_src-bc83bb1aea99c3fafff887b6ebe76c96777032ee.tar.gz chromium_src-bc83bb1aea99c3fafff887b6ebe76c96777032ee.tar.bz2 |
Renamed "snap" to "dock" in keyboard layout
BUG=129512
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10449054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 47a6c2b..17549e1 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -15203,6 +15203,12 @@ Battery full <message name="IDS_KEYBOARD_OVERLAY_DEVELOPER_TOOLS" desc="The text in the keyboard overlay to explain the shortcut."> Developer Tools </message> + <message name="IDS_KEYBOARD_OVERLAY_DOCK_WINDOW_LEFT" desc="The text in the keyboard overlay to explain the shortcut (dock the window to the left)."> + Dock window left + </message> + <message name="IDS_KEYBOARD_OVERLAY_DOCK_WINDOW_RIGHT" desc="The text in the keyboard overlay to explain the shortcut (dock the window to the right)."> + Dock window right + </message> <message name="IDS_KEYBOARD_OVERLAY_DOM_INSPECTOR" desc="The text in the keyboard overlay to explain the shortcut."> DOM Inspector </message> @@ -15359,12 +15365,6 @@ Battery full <message name="IDS_KEYBOARD_OVERLAY_SIGN_OUT" desc="The text in the keyboard overlay to explain the shortcut."> Sign out </message> - <message name="IDS_KEYBOARD_OVERLAY_SNAP_WINDOW_LEFT" desc="The text in the keyboard overlay to explain the shortcut (snap the window to the left)."> - Snap window left - </message> - <message name="IDS_KEYBOARD_OVERLAY_SNAP_WINDOW_RIGHT" desc="The text in the keyboard overlay to explain the shortcut (snap the window to the right)."> - Snap window right - </message> <message name="IDS_KEYBOARD_OVERLAY_TAKE_SCREENSHOT" desc="The text in the keyboard overlay to explain the shortcut."> Take screenshot </message> |