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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 896693002: Add text continuation for 'Remove from Chrome' in Mac app list context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('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 cec3910dd0ae635251dee02be7ea473e7094e0eb..d5c92acc2a4ea1fbacb19f552264cfae4c687e06 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14488,18 +14488,10 @@ Do you accept?
<message name="IDS_APP_LIST_CONTEXT_MENU_UNPIN" desc="Title text for the 'unpin' context menu item of an app list item.">
Unpin from shelf
</message>
- <if expr="is_macosx">
- <message name="IDS_APP_LIST_UNINSTALL_ITEM"
- desc="Title text for the 'uninstall' context menu item of an app list item.">
- Uninstall
- </message>
- </if>
- <if expr="not is_macosx">
- <message name="IDS_APP_LIST_UNINSTALL_ITEM"
- desc="Title text for the 'uninstall' context menu item of an app list item.">
- Uninstall...
- </message>
- </if>
+ <message name="IDS_APP_LIST_UNINSTALL_ITEM"
+ desc="Title text for the 'uninstall' context menu item of an app list item.">
+ Uninstall...
+ </message>
<message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window.">
Search
</message>
@@ -14541,18 +14533,10 @@ Do you accept?
<message name="IDS_APP_LIST_CONTEXT_MENU_UNPIN" desc="Title text for the 'unpin' context menu item of an app list item.">
Unpin from Shelf
</message>
- <if expr="is_macosx">
- <message name="IDS_APP_LIST_UNINSTALL_ITEM"
- desc="Title text for the 'uninstall' context menu item of an app list item.">
- Uninstall
- </message>
- </if>
- <if expr="not is_macosx">
- <message name="IDS_APP_LIST_UNINSTALL_ITEM"
- desc="Title text for the 'uninstall' context menu item of an app list item.">
- Uninstall...
- </message>
- </if>
+ <message name="IDS_APP_LIST_UNINSTALL_ITEM"
+ desc="Title text for the 'uninstall' context menu item of an app list item.">
+ Uninstall...
+ </message>
<message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in app list window.">
Search
</message>
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698