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

Unified Diff: components/components_strings.grd

Issue 1586663004: Componentize IDS_PRINT string so that it can be shared on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ids-close
Patch Set: Created 4 years, 11 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
« no previous file with comments | « chrome/browser/ui/views/frame/global_menu_bar_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_strings.grd
diff --git a/components/components_strings.grd b/components/components_strings.grd
index 684e5ecf0a7b1061d8ec17aebadf2cba6345a3b0..250efc81804c75c17e559af19b1b5b0e46afbbe2 100644
--- a/components/components_strings.grd
+++ b/components/components_strings.grd
@@ -225,6 +225,18 @@
<message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
JSON Parser
</message>
+ <if expr="not is_android">
+ <if expr="not use_titlecase">
+ <message name="IDS_PRINT" desc="The text label of the Print... menu item. Opens a dialog box to select print settings">
+ &amp;Print...
+ </message>
+ </if>
+ <if expr="use_titlecase">
+ <message name="IDS_PRINT" desc="In Title Case: The text label of the Print... menu item. Opens a dialog box to select print settings">
+ &amp;Print...
+ </message>
+ </if>
+ </if>
</messages>
</release>
</grit>
« no previous file with comments | « chrome/browser/ui/views/frame/global_menu_bar_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698