summaryrefslogtreecommitdiffstats
path: root/components/components_strings.grd
diff options
context:
space:
mode:
authorSylvain Defresne <sdefresne@chromium.org>2016-01-15 09:41:14 +0100
committerSylvain Defresne <sdefresne@chromium.org>2016-01-15 08:43:33 +0000
commitd21e62a3c7ff57d27185a621ed1c50441fa0c4c3 (patch)
tree05a4661384810c429934b6d45329bf29838545d2 /components/components_strings.grd
parent527b6a790ec3c821ec33ebd7019d347b8561a9d5 (diff)
downloadchromium_src-d21e62a3c7ff57d27185a621ed1c50441fa0c4c3.zip
chromium_src-d21e62a3c7ff57d27185a621ed1c50441fa0c4c3.tar.gz
chromium_src-d21e62a3c7ff57d27185a621ed1c50441fa0c4c3.tar.bz2
Revert of Componentize IDS_ACCNAME_* strings shared with iOS. (Patchset #1 id:1 of https://codereview.chromium.org/1583803003/ )
Reason for revert: Caused compilation failures on mac due to new usage of IDS_ACCNAME_CLOSE string in chrome/browser/ui/cocoa/infobars/infobar_controller.mm and chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm. Original issue's description: > Componentize IDS_ACCNAME_* strings shared with iOS. > > In order to share strings with iOS, componentize them. Two of them are > iOS specific, so instead move them to ios_strings.grd. > > BUG=568486 > TBR=sky@chromium.org > > Committed: https://crrev.com/fdc5a2028505ca2b615f9045bff9c96d80e11906 > Cr-Commit-Position: refs/heads/master@{#369698} TBR=sky@chromium.org,droger@chromium.org BUG=568486 Review URL: https://codereview.chromium.org/1590583004 . Cr-Commit-Position: refs/heads/master@{#369700}
Diffstat (limited to 'components/components_strings.grd')
-rw-r--r--components/components_strings.grd21
1 files changed, 3 insertions, 18 deletions
diff --git a/components/components_strings.grd b/components/components_strings.grd
index 0a1e1fa..250efc8 100644
--- a/components/components_strings.grd
+++ b/components/components_strings.grd
@@ -222,6 +222,9 @@
<message name="IDS_OK" desc="Used for OK on buttons">
OK
</message>
+ <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">
@@ -234,24 +237,6 @@
</message>
</if>
</if>
-
- <!-- Accessibility labels for generic items -->
- <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back button.">
- Back
- </message>
- <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forward button.">
- Forward
- </message>
- <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button.">
- Close
- </message>
- <message name="IDS_ACCNAME_LOCATION" desc="The accessible name for the editable-text portion of the omnibox.">
- Address and search bar
- </message>
-
- <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
- JSON Parser
- </message>
</messages>
</release>
</grit>