Commit d254e906 authored by tony@chromium.org's avatar tony@chromium.org

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
parent e59d5715
...@@ -4403,7 +4403,7 @@ Make sure you do not expose any sensitive information. ...@@ -4403,7 +4403,7 @@ Make sure you do not expose any sensitive information.
</if> </if>
<if expr="lang == 'ar'"> <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 Access your data on <ph name="NUMBER_OF_WEBSITES">#<ex>23</ex></ph> websites
</message> </message>
</if> </if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment