diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 15:29:08 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 15:29:08 +0000 |
commit | ea11a0d0876e3b81ca9f78f78f704f931b57088c (patch) | |
tree | 068c0191c537214fff33e4b12198b3cff587a74e /ui/base/strings/ui_strings.grd | |
parent | 16cddbcefd7a364c416ffd352da8767170f29551 (diff) | |
download | chromium_src-ea11a0d0876e3b81ca9f78f78f704f931b57088c.zip chromium_src-ea11a0d0876e3b81ca9f78f78f704f931b57088c.tar.gz chromium_src-ea11a0d0876e3b81ca9f78f78f704f931b57088c.tar.bz2 |
Add support for Command key for Extension Commands (on Mac).
BUG=27702
TEST=Assign a shortcut Command+something to an Extension Command and make sure it works.
Review URL: https://chromiumcodereview.appspot.com/10827441
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/strings/ui_strings.grd')
-rw-r--r-- | ui/base/strings/ui_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/base/strings/ui_strings.grd b/ui/base/strings/ui_strings.grd index 2dea10b..2c20217 100644 --- a/ui/base/strings/ui_strings.grd +++ b/ui/base/strings/ui_strings.grd @@ -360,6 +360,9 @@ need to be translated for each locale.--> <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> </message> + <message name="IDS_APP_COMMAND_MODIFIER" desc="Command key shortcut modifier"> + Command+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> + </message> <!-- Byte size units --> <message name="IDS_APP_BYTES" desc="Units tag indicating a quantity of bytes"> |