diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 08:57:06 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 08:57:06 +0000 |
commit | 21dd3083838a61e4b877f02044d65574bb873479 (patch) | |
tree | 7ab45951f2571d0801be70dfa49766cad83197d1 /chrome/app | |
parent | 322881ff2fde08440c1674700ff5f8d10ff40be7 (diff) | |
download | chromium_src-21dd3083838a61e4b877f02044d65574bb873479.zip chromium_src-21dd3083838a61e4b877f02044d65574bb873479.tar.gz chromium_src-21dd3083838a61e4b877f02044d65574bb873479.tar.bz2 |
Remove duplicate entries from the keyboard overlay code.
Fixed gen_keyboard_overlay_data.py in order not to generate duplicated entries in cc and grd files and using it to create this patch.
BUG=none
TEST=Built chrome with the generated data.
Review URL: http://codereview.chromium.org/7191006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 72ae6e9..8646e02e 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -12060,18 +12060,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_KEYBOARD_OVERLAY_FIND_PREVIOUS" desc="The text in the keyboard overlay to explain the shortcut."> Find previous </message> - <message name="IDS_KEYBOARD_OVERLAY_FIND_PREVIOUS" desc="The text in the keyboard overlay to explain the shortcut."> - Find previous - </message> <message name="IDS_KEYBOARD_OVERLAY_FIND_TEXT" desc="The text in the keyboard overlay to explain the shortcut."> Find text </message> <message name="IDS_KEYBOARD_OVERLAY_FOCUS_ADDRESS_BAR" desc="The text in the keyboard overlay to explain the shortcut."> Focus address bar </message> - <message name="IDS_KEYBOARD_OVERLAY_FOCUS_ADDRESS_BAR" desc="The text in the keyboard overlay to explain the shortcut."> - Focus address bar - </message> <message name="IDS_KEYBOARD_OVERLAY_FOCUS_ADDRESS_BAR_IN_SEARCH_MODE" desc="The text in the keyboard overlay to explain the shortcut."> Focus address bar in search mode </message> @@ -12090,9 +12084,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_KEYBOARD_OVERLAY_FORWARD" desc="The text in the keyboard overlay to explain the shortcut."> Forward </message> - <message name="IDS_KEYBOARD_OVERLAY_FORWARD" desc="The text in the keyboard overlay to explain the shortcut."> - Forward - </message> <message name="IDS_KEYBOARD_OVERLAY_HISTORY" desc="The text in the keyboard overlay to explain the shortcut."> History </message> @@ -12126,9 +12117,6 @@ 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> @@ -12141,12 +12129,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_KEYBOARD_OVERLAY_ZOOM_OUT" desc="The text in the keyboard overlay to explain the shortcut."> Zoom out </message> - <message name="IDS_KEYBOARD_OVERLAY_RESET_ZOOM" desc="The text in the keyboard overlay to explain the shortcut."> - Reset zoom - </message> - <message name="IDS_KEYBOARD_OVERLAY_FOCUS_ADDRESS_BAR_IN_SEARCH_MODE" desc="The text in the keyboard overlay to explain the shortcut."> - Focus address bar in search mode - </message> <message name="IDS_KEYBOARD_OVERLAY_TAKE_SCREENSHOT" desc="The text in the keyboard overlay to explain the shortcut."> Take screenshot </message> |