summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-10 17:37:16 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-10 17:37:16 +0000
commitd254e906d28c34f22dc51846be533ec4a5ee9fa3 (patch)
tree5ae2805d938b62cb111d085b4196c119e8a936cd /chrome/app/generated_resources.grd
parente59d57154404f0e03392bec5aabdc9d093d74c65 (diff)
downloadchromium_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.grd2
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>