summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorgroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 00:18:10 +0000
committergroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 00:18:10 +0000
commit5dcc27fdcab9919ee42a75cda9ca575c35c85876 (patch)
treeb6bc0ab653698d87116311ac3a306afd2475043c /chrome/app
parent816385eef56e70e1f831b5268779d2e6771043fc (diff)
downloadchromium_src-5dcc27fdcab9919ee42a75cda9ca575c35c85876.zip
chromium_src-5dcc27fdcab9919ee42a75cda9ca575c35c85876.tar.gz
chromium_src-5dcc27fdcab9919ee42a75cda9ca575c35c85876.tar.bz2
Display special dialog if there are neither installed nor suggested services.
BUG=129005 TEST=bring up intent picker without any intents installed, and none in CWS. (Easier in Chromium, since CWS suggestions are disabled there) Review URL: https://chromiumcodereview.appspot.com/10440109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0326564..7b0eb2b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -16097,6 +16097,12 @@ Battery full
<message name="IDS_INTENT_PICKER_MORE_SUGGESTIONS" desc="Link text providing a Chrome Web Store link to select more apps.">
More suggestions
</message>
+ <message name="IDS_INTENT_PICKER_NO_SERVICES_TITLE" desc="Heading for text explaining that there are neither installed nor suggested services available">
+ Uh oh.
+ </message>
+ <message name="IDS_INTENT_PICKER_NO_SERVICES" desc="Prompt indicating to the user that there are neither any matching services installed locally, nor does the Chrome Web Store offer any suggestions for this action either.">
+ No services for this action are installed, and there are no service recommendations for this action in the Chrome Web Store either.
+ </message>
<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>