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

Side by Side Diff: chrome/app/settings_google_chrome_strings.grdp

Issue 1779423002: [MD settings] reorder and update settings sections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: line wrap Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string s.grd). --> 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string s.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page -->
5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome OS page.">
7 About Chrome OS
8 </message>
9 </if>
10 <if expr="not chromeos">
11 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome page.">
12 About Chrome
dpapad 2016/03/11 02:07:23 Should this be "About Google Chrome" similar to ht
dschuyler 2016/03/11 02:28:09 Excellent question. In the doc I got from tbuckle
13 </message>
14 </if>
15
4 <!-- Default Browser Page --> 16 <!-- Default Browser Page -->
5 <if expr="not chromeos"> 17 <if expr="not chromeos">
6 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye d when Chrome is not the default browser"> 18 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye d when Chrome is not the default browser">
7 Google Chrome is your default browser. Yay! 19 Google Chrome is your default browser. Yay!
8 </message> 20 </message>
9 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow ser checkbox label"> 21 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow ser checkbox label">
10 Make Google Chrome the default browser 22 Make Google Chrome the default browser
11 </message> 23 </message>
12 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye d when Chrome cannot determine or set the default browser"> 24 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye d when Chrome cannot determine or set the default browser">
13 Google Chrome cannot determine or set the default browser. 25 Google Chrome cannot determine or set the default browser.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 </message> 72 </message>
61 </if> 73 </if>
62 74
63 <!-- System Page --> 75 <!-- System Page -->
64 <if expr="not chromeos"> 76 <if expr="not chromeos">
65 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th e checkbox to allow apps to run in the background, when Chrome is closed."> 77 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th e checkbox to allow apps to run in the background, when Chrome is closed.">
66 Continue running background apps when Google Chrome is closed 78 Continue running background apps when Google Chrome is closed
67 </message> 79 </message>
68 </if> 80 </if>
69 </grit-part> 81 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698