| Index: chrome/app/generated_resources.grd
 | 
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
 | 
| index b62d51e67ab2b3fab5f4f0ba6102036422ad56b0..8184236fc5fb29e1e3e236d5c23c10a1adf8367c 100644
 | 
| --- a/chrome/app/generated_resources.grd
 | 
| +++ b/chrome/app/generated_resources.grd
 | 
| @@ -7140,6 +7140,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>
 | 
| 
 |