diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-10 17:37:16 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-10 17:37:16 +0000 |
commit | d254e906d28c34f22dc51846be533ec4a5ee9fa3 (patch) | |
tree | 5ae2805d938b62cb111d085b4196c119e8a936cd /chrome/app/generated_resources.grd | |
parent | e59d57154404f0e03392bec5aabdc9d093d74c65 (diff) | |
download | chromium_src-d254e906d28c34f22dc51846be533ec4a5ee9fa3.zip chromium_src-d254e906d28c34f22dc51846be533ec4a5ee9fa3.tar.gz chromium_src-d254e906d28c34f22dc51846be533ec4a5ee9fa3.tar.bz2 |
Disambiguate extension dialog string.
Add a meaning tag to IDS_EXTENSION_PROMPT_WARNING_HOSTS_MANY to disambiguate
it from IDS_EXTENSION_PROMPT_WARNING_HOSTS_DEFAULT, which has the same text
but is used in a different plural case.
BUG=342370
TBR=joi@chromium.org
Review URL: https://codereview.chromium.org/192773005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-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 a173d51..3c0bf28 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4403,7 +4403,7 @@ Make sure you do not expose any sensitive information. </if> <if expr="lang == 'ar'"> - <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_MANY" desc="Permission string for access to data on four or more websites. NUMBER_OF_WEBSITES is 11 through 99 in Arabic. For all other languages, do NOT translate."> + <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_MANY" meaning="many" desc="Permission string for access to data on four or more websites. NUMBER_OF_WEBSITES is 11 through 99 in Arabic. For all other languages, do NOT translate."> Access your data on <ph name="NUMBER_OF_WEBSITES">#<ex>23</ex></ph> websites </message> </if> |