diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 18:54:59 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 18:54:59 +0000 |
commit | 5fa5f68d0674a1029658f7eef6317ccda370492a (patch) | |
tree | 81c6970d17c1b405d06b774a1ef521c5ca72c669 /chrome | |
parent | 9ccbb370aa45f477941e0599d4ce7c89fac64101 (diff) | |
download | chromium_src-5fa5f68d0674a1029658f7eef6317ccda370492a.zip chromium_src-5fa5f68d0674a1029658f7eef6317ccda370492a.tar.gz chromium_src-5fa5f68d0674a1029658f7eef6317ccda370492a.tar.bz2 |
Add a meaning= attributes to two strings that both have the same
English translation. This allows GRIT to create two separate
messages for the translation console so there can be distinct
translation in other languages.
This is to fix http://b/1411910
Review URL: http://codereview.chromium.org/7084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d9a3c38..981d668 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2088,7 +2088,7 @@ each locale. --> <message name="IDS_APP_MENU_RELOAD" desc="The reload menu in application windows"> Reload </message> - <message name="IDS_APP_MENU_DUPLICATE" desc="The duplicate / start new instance menu"> + <message name="IDS_APP_MENU_DUPLICATE" meaning="Duplicate application window" desc="The duplicate / start new instance menu"> Duplicate </message> <message name="IDS_APP_MENU_COPY_URL" desc="The copy url menu in application windows"> |