Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| =================================================================== |
| --- chrome/app/generated_resources.grd (revision 29290) |
| +++ chrome/app/generated_resources.grd (working copy) |
| @@ -3400,9 +3400,16 @@ |
| <message name="IDS_BOOMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folder selector"> |
| Folder: |
| </message> |
| - <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th editor)."> |
| - Choose another folder... |
| - </message> |
| + <if expr="not pp_ifdef('use_titlecase')"> |
| + <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th editor)."> |
| + Choose another folder... |
| + </message> |
| + </if> |
| + <if expr="pp_ifdef('use_titlecase')"> |
| + <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bringing up th editor)."> |
|
Mark Mentovai
2009/10/16 19:09:00
"th editor" should be "the editor"
Maybe fix it o
|
| + Choose Another Folder... |
| + </message> |
| + </if> |
| <message name="IDS_BOOMARK_BUBBLE_FOLDER_MRU_MORE" desc="Text used in the folder selector to take the user to the edit bookmark dialog"> |
| Choose another folder... |
| </message> |