diff options
author | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-21 00:59:37 +0000 |
---|---|---|
committer | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-21 00:59:37 +0000 |
commit | 59f69ec638d792506ef5cb28668999bc695371e1 (patch) | |
tree | 51538f47e6db32aaf04b0de4882fdda276587c8b /chrome/app | |
parent | 60394402435a00704730ca127f95ef4777ae7f89 (diff) | |
download | chromium_src-59f69ec638d792506ef5cb28668999bc695371e1.zip chromium_src-59f69ec638d792506ef5cb28668999bc695371e1.tar.gz chromium_src-59f69ec638d792506ef5cb28668999bc695371e1.tar.bz2 |
String for use another service in intent picker and content-settings area.
R=groby@chromium.org
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10809042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index fb4c28f..3ad640d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -16433,6 +16433,9 @@ Battery full <message name="IDS_INTENT_PICKER_USE_ALTERNATE_SERVICE" desc="Link text that, when clicked, allows the user to choose an alternate intent service from the picker."> or use another service... </message> + <message name="IDS_INTENT_PICKER_USE_ANOTHER_SERVICE" desc="Button text providing a way for the user to not use the web intents service they are on, and select a new one."> + Use another service + </message> <!-- Web Intents common actions --> <message name="IDS_WEB_INTENTS_ACTION_SHARE" desc="Question asking the user to pick a service for the 'share' action."> |