diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 19:44:52 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 19:44:52 +0000 |
commit | ae833f3e603083e460c5ab319ed8d343462c4255 (patch) | |
tree | 24a99c8e0c004c254c68adca40bbcc5e16157480 /chrome/app | |
parent | f95aedb4bda631d720cf0ef8a2ce70a4407293bd (diff) | |
download | chromium_src-ae833f3e603083e460c5ab319ed8d343462c4255.zip chromium_src-ae833f3e603083e460c5ab319ed8d343462c4255.tar.gz chromium_src-ae833f3e603083e460c5ab319ed8d343462c4255.tar.bz2 |
Revert "Work around transconsole bug where non-ascii is not allowed"
This reverts commit r77672 because the bug in the transconsole has now
been fixed.
TBR=kareng
Review URL: http://codereview.chromium.org/6648031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77677 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index cd6a5ec..fe81204 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4791,10 +4791,9 @@ 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. The example text uses cmd+, but we acutally - use ⌘ to work around a bug in the translation console. --> + <!-- Confirm to quit panel --> <message name="IDS_CONFIRM_TO_QUIT_DESCRIPTION" desc="Instructions for how the user should confirm quitting."> - Hold <ph name="KEY_EQUIVALENT">$1<ex>cmd+Q</ex></ph> to Quit. + Hold <ph name="KEY_EQUIVALENT">$1<ex>⌘Q</ex></ph> to Quit. </message> <!-- Importer Lock Dialog --> |