summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsramek <msramek@chromium.org>2015-11-04 16:31:26 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-05 00:32:34 +0000
commit1cd02bb70d4bb9a881dda28e564c7d4327782567 (patch)
treee13c516b1e7a1246bf9ed8b88288837a36e197fd
parentb2452c6480ed4299c061df908b1b6dff7eb8493a (diff)
downloadchromium_src-1cd02bb70d4bb9a881dda28e564c7d4327782567.zip
chromium_src-1cd02bb70d4bb9a881dda28e564c7d4327782567.tar.gz
chromium_src-1cd02bb70d4bb9a881dda28e564c7d4327782567.tar.bz2
Add the =1 case to the passwords counter string.
...as it is mandatory according to ICU rules. BUG=510028,551659 Review URL: https://codereview.chromium.org/1419083008 Cr-Commit-Position: refs/heads/master@{#357948}
-rw-r--r--chrome/app/generated_resources.grd1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d63ff58..28b0809 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7713,6 +7713,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_DEL_PASSWORDS_COUNTER" desc="A counter showing how many passwords the user has.">
{COUNT, plural,
=0 {none}
+ =1 {1}
other {#}}
</message>