| 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">
|
| + &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">
|
| + &Print...
|
| + </message>
|
| + </if>
|
| + </if>
|
| </messages>
|
| </release>
|
| </grit>
|
|
|