diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-16 21:59:33 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-16 21:59:33 +0000 |
commit | a05248a65b3ea65952896e31e44632a297139f65 (patch) | |
tree | 58c35b1d178473fb7c36de193e8e45d10d710421 | |
parent | 7096f56c286ccc698b266e22a7ccae31328f8690 (diff) | |
download | chromium_src-a05248a65b3ea65952896e31e44632a297139f65.zip chromium_src-a05248a65b3ea65952896e31e44632a297139f65.tar.gz chromium_src-a05248a65b3ea65952896e31e44632a297139f65.tar.bz2 |
Changed crash opt-in option label to "Help make Google Chrome OS better..." on ChromeOS.
BUG=chromium-os:5556
TEST=make sure we say Chrome OS in options dialog.
Review URL: http://codereview.chromium.org/3169014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56246 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index b9299f7..b592790 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -337,11 +337,17 @@ Chrome supports. --> <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed for an option that requires a restart to take effect. This appears in a message box if an option is changed that requires a restart."> Please close all Google Chrome windows and restart it for this change to take effect. </message> + <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> + Help make Google Chrome better by automatically sending usage statistics and crash reports to Google + </message> </if> <if expr="pp_ifdef('chromeos')"> <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed for an option that requires a restart to take effect. This appears in a message box if an option is changed that requires a restart."> Please sign out of Google Chrome OS and sign in again for this change to take effect. </message> + <message name="IDS_CROS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> + Help make Google Chrome OS better by automatically sending usage statistics and crash reports to Google + </message> </if> <message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the user presses the 'Reset Chrome options' button"> When you reset Google Chrome options any changes you've made will be reverted to the default settings. Do you want to reset Chrome options? @@ -349,9 +355,6 @@ Chrome supports. --> <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of problem displayed in dialog when we can't create a directory for this user."> Google Chrome cannot read and write to its data directory:\n\n<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph> </message> - <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> - Help make Google Chrome better by automatically sending usage statistics and crash reports to Google - </message> <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> <!--We use /n here to separate lines manually because NativeCheckboxGtk currently does not support multi-line. --> Optional: Help make Google Chrome better by automatically sending usage statistics and crash\nreports to Google |