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

Unified Diff: chrome/app/generated_resources.grd

Issue 907473002: Polish UI of bookmark app creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 10 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/bookmark_app_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 04ced9a7a59d969d77012ab6538be766c05303ee..7ebc774b9d7eaefe93b6ad4f4d5069398edf45ce 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2215,20 +2215,35 @@ Even if you have downloaded files from this website before, the website might ha
</if>
<!-- "Create application shortcuts" menu item -->
+ <if expr="is_win">
+ <message name="IDS_ADD_TO_TASKBAR" desc="Button text for adding a bookmark app to the taskbar.">
+ Add to taskbar...
+ </message>
+ </if>
+ <if expr="is_macosx">
+ <message name="IDS_ADD_TO_DOCK" desc="Button text for adding a bookmark app to the dock.">
+ Add to Dock...
+ </message>
+ </if>
+ <if expr="use_ash">
+ <message name="IDS_ADD_TO_SHELF" desc="Button text for adding a bookmark app to the shelf.">
+ Add to shelf...
+ </message>
+ </if>
<if expr="not use_titlecase">
<message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label">
Create application &amp;shortcuts...
</message>
- <message name="IDS_CREATE_HOSTED_APP" desc="Button text for creating a hosted app from the current website">
- Add shortcut to this website...
+ <message name="IDS_ADD_TO_DESKTOP" desc="Button text for adding a bookmark app to the desktop.">
+ Add to desktop...
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_CREATE_SHORTCUTS" desc="In Title Case: Default installation menu label">
Create Application &amp;Shortcuts...
</message>
- <message name="IDS_CREATE_HOSTED_APP" desc="In Title Case: Button text for creating a hosted app from the current website">
- Add Shortcut to this Website...
+ <message name="IDS_ADD_TO_DESKTOP" desc="Button text for adding a bookmark app to the desktop.">
+ Add to Desktop...
</message>
</if>
« no previous file with comments | « no previous file | chrome/browser/extensions/bookmark_app_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698