commit | 10174d096c46ab1cf65d00a5ab4ee188e527615a | [log] [tgz] |
---|---|---|
author | Meredith Lane <[email protected]> | Wed May 15 01:41:03 2019 |
committer | Commit Bot <[email protected]> | Wed May 15 01:41:03 2019 |
tree | fa3d7ed232be4659ecf4bbe85d0fe4eeab44bc82 | |
parent | 03e0a1184bf37cdbe1a2f037d142b5b85eec4009 [diff] [blame] |
Adds button label to extensions/shortcuts The button for clearing an entered keyboard shortcut for extensions was unlabeled, causing it to have no accessible name. This change adds the Clear string to the grit resources. BUG=870718 Change-Id: I19699be4b845db27a70d54b91ebdcdb108e71694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599766 Commit-Queue: Meredith Lane <[email protected]> Reviewed-by: Alice Boxhall <[email protected]> Reviewed-by: Devlin <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Cr-Commit-Position: refs/heads/master@{#659784}
diff --git a/components/components_strings.grd b/components/components_strings.grd index 33c5baf..3b165b22e0 100644 --- a/components/components_strings.grd +++ b/components/components_strings.grd
@@ -238,6 +238,9 @@ <message name="IDS_CLOSE" desc="A generic term for Close on buttons and menus."> Close </message> + <message name="IDS_CLEAR" desc="A generic term for Clearing input fields."> + Clear + </message> <message name="IDS_DONE" desc="A generic term for Done on buttons and menus."> Done </message>