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

Unified Diff: components/browsing_data_strings.grdp

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fixes 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 02eb9a32692ba7daece2780c82070e25360e754f..42759080c35a8ae6f6bf8fa2187017a65b28b60e 100644
--- a/components/browsing_data_strings.grdp
+++ b/components/browsing_data_strings.grdp
@@ -37,6 +37,12 @@
=1 {1 password (synced)}
other {# passwords (synced)}}
</message>
+ <message name="IDS_DEL_SITE_SETTINGS_COUNTER" desc="A counter showing how many sites with site settings the user has.">
+ {COUNT, plural,
+ =0 {none}
+ =1 {1 site}
+ other {# sites}}
+ </message>
<message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing that the user has no form data stored.">
none
</message>

Powered by Google App Engine
This is Rietveld 408576698