diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-14 01:28:21 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-14 01:28:21 +0000 |
commit | 3691594d9771cf7aec479604a0ee963f61b5bca4 (patch) | |
tree | 969d9960950cf310f9da49d3d5c4a4d6619a5fd1 /remoting | |
parent | 911e61226d1e404c141ba3dc82e06a8347a22168 (diff) | |
download | chromium_src-3691594d9771cf7aec479604a0ee963f61b5bca4.zip chromium_src-3691594d9771cf7aec479604a0ee963f61b5bca4.tar.gz chromium_src-3691594d9771cf7aec479604a0ee963f61b5bca4.tar.bz2 |
Adding "Help us to improve..." message to be presented next to the checkbox enabling crash dump collection.
BUG=130678
Review URL: https://chromiumcodereview.appspot.com/10537159
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/_locales/en/messages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json index cf5e90b..4ca21a7 100644 --- a/remoting/webapp/_locales/en/messages.json +++ b/remoting/webapp/_locales/en/messages.json @@ -226,6 +226,10 @@ "message": "You must enable remote connections if you want to use Chromoting to access this computer.", "description": "Message displayed when the current computer is not accepting remote connections, instructing the user how to enable them." }, + "HOST_SETUP_CRASH_REPORTING_MESSAGE": { + "message": "Help us improve Chromoting by allowing us to collect usage statistics and crash reports.", + "description": "Message displayed next to the checkbox that the user can select to allow crash dump collection and reporting." + }, "HOST_SETUP_DIALOG_DESCRIPTION": { "message": "To protect access to this computer, please choose a PIN. This PIN will be required when connecting from another location.", "description": "Explanatory text displayed when the user enables remote access or changes the PIN." |