diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 05:29:28 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 05:29:28 +0000 |
commit | b8400aab032d7976ec07a69a61756c305d9283ec (patch) | |
tree | ee4c5145e6875e0280a4323eb09a370a3b11ef26 /chrome/app | |
parent | 727cdda723471131820151e766ac30a79cf7214a (diff) | |
download | chromium_src-b8400aab032d7976ec07a69a61756c305d9283ec.zip chromium_src-b8400aab032d7976ec07a69a61756c305d9283ec.tar.gz chromium_src-b8400aab032d7976ec07a69a61756c305d9283ec.tar.bz2 |
Update data for Keyboard Overlay.
This change will
- Add the shortcut for "clear browsing data" dialog and
- Fix the shortcut for Select "word at a time".
BUG=chromium-os:11094
TEST=manually on the netbook
Review URL: http://codereview.chromium.org/6627047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e8d29e9..6f0483f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -11060,6 +11060,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_KEYBOARD_OVERLAY_BOOKMARK_ALL_TABS" desc="The text in the keyboard overlay to explain the shortcut."> Bookmark all tabs </message> + <message name="IDS_KEYBOARD_OVERLAY_CLEAR_BROWSING_DATA_DIALOG" desc="The text in the keyboard overlay to explain the shortcut."> + "Clear browsing data" dialog + </message> <message name="IDS_KEYBOARD_OVERLAY_CLOSE_TAB" desc="The text in the keyboard overlay to explain the shortcut."> Close tab </message> @@ -11144,6 +11147,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_KEYBOARD_OVERLAY_SELECT_WORD_AT_A_TIME" desc="The text in the keyboard overlay to explain the shortcut."> Select "word at a time" </message> + <message name="IDS_KEYBOARD_OVERLAY_SELECT_WORD_AT_A_TIME" desc="The text in the keyboard overlay to explain the shortcut."> + Select "word at a time" + </message> <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_BOOKMARK_BAR" desc="The text in the keyboard overlay to explain the shortcut."> Toggle bookmark bar </message> |