Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: components/browsing_data_strings.grdp

Issue 2798243004: Show password sync status in CBD (Closed)
Patch Set: add sync test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/browsing_data_strings.grdp
diff --git a/components/browsing_data_strings.grdp b/components/browsing_data_strings.grdp
index 0b3f9b20869c5602a27604276441dd1aa78aee2f..02eb9a32692ba7daece2780c82070e25360e754f 100644
--- a/components/browsing_data_strings.grdp
+++ b/components/browsing_data_strings.grdp
@@ -28,8 +28,14 @@
<message name="IDS_DEL_PASSWORDS_COUNTER" desc="A counter showing how many passwords the user has.">
{COUNT, plural,
=0 {none}
- =1 {1}
- other {#}}
+ =1 {1 password}
+ other {# passwords}}
+ </message>
+ <message name="IDS_DEL_PASSWORDS_COUNTER_SYNCED" desc="A counter showing how many passwords the user has and that they are synced.">
+ {COUNT, plural,
+ =0 {none}
+ =1 {1 password (synced)}
+ other {# passwords (synced)}}
</message>
<message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing that the user has no form data stored.">
none

Powered by Google App Engine
This is Rietveld 408576698