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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change object lifecycles + add interface classes. Created 5 years, 2 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ccee420132b22e0c3d728fa3e1bfdd84122b67a3..2d7b6829f9ba0705885c1033aa439e66b748e626 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7209,6 +7209,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_TOOLTIP_MIC_SEARCH" desc="The tooltip for search-by-voice button">
Search by voice
</message>
+ <if expr="not use_titlecase">
+ <message name="IDS_TOOLTIP_SAVE_CREDIT_CARD" desc="The tooltip for the icon that shows the save credit card bubble">
+ Save credit card
+ </message>
+ </if>
+ <if expr="use_titlecase">
+ <message name="IDS_TOOLTIP_SAVE_CREDIT_CARD" desc="In Title Case: The tooltip for the icon that shows the save credit card bubble">
+ Save Credit Card
+ </message>
+ </if>
<message name="IDS_TOOLTIP_TRANSLATE" desc="The tooltip for translate">
Translate this page
</message>

Powered by Google App Engine
This is Rietveld 408576698