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

Unified Diff: chrome/app/generated_resources.grd

Issue 11044020: Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 97be3c31152d488fef9449c22b890b91b4319d6c..2ee795cc29e34b40af8c150402a1785e92d3e9ca 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14193,7 +14193,7 @@ Some features may be unavailable. Please check that the profile exists and you
Complete action using:
</message>
<message name="IDS_FIND_MORE_INTENT_HANDLER_MESSAGE" desc="Text to show to inform the user that more intent services can be found in the web store.">
- Find more apps by visiting the Chrome Web Store.
+ Find more apps in the Chrome Web Store
</message>
<message name="IDS_FIND_MORE_INTENT_HANDLER_TOOLTIP" desc="Tooltip text for the web store plus button on the intent picker dialog.">
Find apps in the Chrome Web Store
@@ -14202,7 +14202,7 @@ Some features may be unavailable. Please check that the profile exists and you
No apps are registered for this action.
</message>
<message name="IDS_INTENT_PICKER_CHOOSE_SERVICE" desc="Prompt to the user to select one of the given services to complete a Web Intents action.">
- Which app do you want to use?
+ Choose an app&#8230;
</message>
<message name="IDS_INTENT_PICKER_CHOOSE_SERVICES_NONE_INSTALLED_TITLE" desc="Heading in the Web Intents picker box for a section containing suggested applications from the Chrome Web Store. Displayed only if there are no installed services.">
You have no apps installed.
@@ -14237,19 +14237,19 @@ Some features may be unavailable. Please check that the profile exists and you
<!-- Web Intents common actions -->
<message name="IDS_WEB_INTENTS_ACTION_SHARE" desc="Question asking the user to pick a service for the 'share' action.">
- Which app should be used for sharing?
+ Share with&#8230;
</message>
<message name="IDS_WEB_INTENTS_ACTION_EDIT" desc="Question asking the user to pick a service for the 'edit' action.">
- Which app should be used for editing?
+ Edit with&#8230;
</message>
<message name="IDS_WEB_INTENTS_ACTION_VIEW" desc="Question asking the user to pick a service for the 'viewing' action.">
- Which app should be used for viewing?
+ View with&#8230;
</message>
<message name="IDS_WEB_INTENTS_ACTION_SUBSCRIBE" desc="Question asking the user to pick a service for the 'subscribe' action.">
- Which app should be used for subscribing?
+ Subscribe with&#8230;
</message>
<message name="IDS_WEB_INTENTS_ACTION_SAVE" desc="Question asking the user to pick a service for the 'save' action.">
- Which app should be used for saving?
+ Save with&#8230;
</message>
<!-- Web Intents native services (titles) -->

Powered by Google App Engine
This is Rietveld 408576698