summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 19:33:47 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 19:33:47 +0000
commite79761ab57e6d1ee0c5cd8509f9258b43ecd1898 (patch)
treec8b38f815df1bd41e07f41b9e5139e61d6a9a412 /chrome/app/generated_resources.grd
parent7f729513cbb985144d02fd6ff431f65807ef6422 (diff)
downloadchromium_src-e79761ab57e6d1ee0c5cd8509f9258b43ecd1898.zip
chromium_src-e79761ab57e6d1ee0c5cd8509f9258b43ecd1898.tar.gz
chromium_src-e79761ab57e6d1ee0c5cd8509f9258b43ecd1898.tar.bz2
Work around transconsole bug where non-ascii is not allowed
in example text. I have a pending change to fix the transconsole, but this lets us work around the problem for now. TBR=kareng Review URL: http://codereview.chromium.org/6668001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r--chrome/app/generated_resources.grd5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index fe81204..cd6a5ec 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4791,9 +4791,10 @@ Keep your key file in a safe place. You will need it to create new versions of y
Stop import
</message>
- <!-- Confirm to quit panel -->
+ <!-- Confirm to quit panel. The example text uses cmd+, but we acutally
+ use ⌘ to work around a bug in the translation console. -->
<message name="IDS_CONFIRM_TO_QUIT_DESCRIPTION" desc="Instructions for how the user should confirm quitting.">
- Hold <ph name="KEY_EQUIVALENT">$1<ex>⌘Q</ex></ph> to Quit.
+ Hold <ph name="KEY_EQUIVALENT">$1<ex>cmd+Q</ex></ph> to Quit.
</message>
<!-- Importer Lock Dialog -->