Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index c61990d43bbff72c48b47d8486dbdd610db1fcbf..e3ceb4845a38ba5bd040b572e2c562f708ac871b 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -12906,6 +12906,11 @@ Tell us what happened exactly before you got the profile error message: |
</message> |
<!-- Backspace shortcut notification strings --> |
+ <if expr="is_macosx"> |
+ <message name="IDS_MAC_COMMAND_KEY_DESCRIPTION" desc="Description for the Mac Command key icon (⌘)."> |
+ Command |
+ </message> |
+ </if> |
<message name="IDS_PRESS_ALT_LEFT_TO_GO_BACK" desc="Text displayed in the bubble to explain the keyboard shortcut to go back to the previous web page in history. The accelerators are names of keyboard keys. Please surround the names of the keys (e.g. 'Alt' and '←') in pipe characters so they can be rendered correctly."> |
Press |<ph name="ACCELERATOR1">$1<ex>Alt</ex></ph>|+|<ph name="ACCELERATOR2">$2<ex>←</ex></ph>| to go back |
</message> |