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

Unified Diff: components/autofill_strings.grdp

Issue 1522563002: Modernize autofill popup design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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/autofill_strings.grdp
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 34371d1eaf30aee26685a62fe95ad212d2625960..2f91af8cff750258c41c29fcbfbf093058dfcf6c 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -132,14 +132,18 @@
Privacy Policy
</message>
+ <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
+ Manage My Info
+ </message>
+
<if expr="_google_chrome">
- <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
- Chrome Autofill settings...
+ <message name="IDS_AUTOFILL_OPTIONS_POPUP_LABEL" desc="The label of the text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
+ Chrome
</message>
</if>
<if expr="not _google_chrome">
- <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
- Chromium Autofill settings...
+ <message name="IDS_AUTOFILL_OPTIONS_POPUP_LABEL" desc="The label of the text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
+ Chromium
</message>
</if>
<message name="IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION" desc="The text verbalised by a screen reader for the button that directs the user to the Autofill settings UI. This string is not displayed.">

Powered by Google App Engine
This is Rietveld 408576698