diff options
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 13e7b9c..f57f061 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7698,11 +7698,17 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_THEMES_GROUP_NAME" desc="In sentence case: The title of the themes group"> Themes </message> + <message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme"> + Reset to default theme + </message> </if> <if expr="pp_ifdef('use_titlecase')"> <message name="IDS_THEMES_GROUP_NAME" desc="In Title Case: The title of the themes group"> Themes </message> + <message name="IDS_THEMES_RESET_BUTTON" desc="In title case: The button to reset your theme"> + Reset To Default Theme + </message> </if> <if expr="is_posix and not is_macosx"> @@ -7722,9 +7728,6 @@ Keep your key file in a safe place. You will need it to create new versions of y Hide system title bar and use compact borders </message> </if> - <message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme"> - Reset to default theme - </message> <message name="IDS_THEMES_GALLERY_BUTTON" desc="The button to get more themes"> Get themes </message> @@ -7777,11 +7780,17 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="The title of the 'Browsing data' group."> Browsing data </message> + <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In sentence case: Label for the import data button."> + Import data from another browser... + </message> </if> <if expr="pp_ifdef('use_titlecase')"> <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case: The title of the 'Browsing data' group."> Browsing Data </message> + <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Label for the import data button."> + Import Data from Another Browser... + </message> </if> <if expr="pp_ifdef('chromeos')"> @@ -7800,17 +7809,6 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> </if> - <if expr="not pp_ifdef('use_titlecase')"> - <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In sentence case: Label for the import data button."> - Import data from another browser... - </message> - </if> - <if expr="pp_ifdef('use_titlecase')"> - <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Label for the import data button."> - Import Data from Another Browser... - </message> - </if> - <!-- Options search page strings. --> <message name="IDS_OPTIONS_SEARCH_PAGE_TITLE" desc="Title of the settings search page."> Search Results |