[omnibox] Shorten placeholder in several messages
Placeholder tags are only supposed to cover the template argument.
Bug: 916132
Change-Id: Icc3fe3b937a47809fbd0235daa7b2c6912d6536b
Reviewed-on: https://chromium-review.googlesource.com/c/1382754
Commit-Queue: Kevin Bailey <[email protected]>
Reviewed-by: Justin Donnelly <[email protected]>
Reviewed-by: Christian Dullweber <[email protected]>
Cr-Commit-Position: refs/heads/master@{#617571}
diff --git a/components/omnibox_strings.grdp b/components/omnibox_strings.grdp
index dd9cbde..067f34b 100644
--- a/components/omnibox_strings.grdp
+++ b/components/omnibox_strings.grdp
@@ -165,13 +165,13 @@
<ph name="LOCATION_TITLE">$2<ex>The Chromium Projects</ex></ph> <ph name="SHORT_URL">$1<ex>www.chromium.org</ex> location from history</ph>
</message>
<message name="IDS_ACC_AUTOCOMPLETE_SEARCH_HISTORY" desc="Text for screenreaders describing a search from history.">
- <ph name="TEXT">$1<ex>dogs</ex> search from history</ph>
+ <ph name="TEXT">$1<ex>dogs</ex></ph> search from history
</message>
<message name="IDS_ACC_AUTOCOMPLETE_SEARCH" desc="Text for screenreaders describing a generic search.">
- <ph name="TEXT">$1<ex>dogs</ex> search</ph>
+ <ph name="TEXT">$1<ex>dogs</ex></ph> search
</message>
<message name="IDS_ACC_AUTOCOMPLETE_SUGGESTED_SEARCH" desc="Text for screenreaders describing a suggested search.">
- <ph name="TEXT">$1<ex>dogs</ex> search suggestion</ph>
+ <ph name="TEXT">$1<ex>dogs</ex></ph> search suggestion
</message>
<message name="IDS_ACC_AUTOCOMPLETE_SUGGESTED_SEARCH_ENTITY" desc="Text for screenreaders describing a suggested search for an entity with a description. The commas are significant as they will introduce a pause in the spoken text.">
<ph name="ENTITY">$1<ex>muhammad ali</ex></ph>, <ph name="DESCRIPTION">$2<ex>american professional boxer</ex></ph>, search suggestion
@@ -194,11 +194,11 @@
</message>
<!-- Accessibility suffix for suggestions with a tab switch match. Commas are important as they add pauses. -->
<message name="IDS_ACC_TAB_SWITCH_SUFFIX" desc="Suffix for tab switch suggestions to explain keystroke used to switch.">
- <ph name="TAB_SWITCH_SUFFIX">$1, currently open, press tab then enter to switch to the open tab</ph>
+ <ph name="TAB_SWITCH_SUFFIX">$1</ph>, currently open, press tab then enter to switch to the open tab
</message>
<!-- Accessibility prefix for suggestions where the tab switch button is focused. Commas are important as they add pauses. -->
<message name="IDS_ACC_TAB_SWITCH_BUTTON_FOCUSED_PREFIX" desc="Announcement when tab switch button focused.">
- <ph name="TAB_SWITCH_FOCUSED_FRIENDLY_MATCH_TEXT">Tab switch button, press enter to switch to the open tab, $1<ex>The Chromium Projects http://www.chromium.org bookmark</ex></ph>
+ Tab switch button, press enter to switch to the open tab, <ph name="TAB_SWITCH_FOCUSED_FRIENDLY_MATCH_TEXT">$1<ex>The Chromium Projects http://www.chromium.org bookmark</ex></ph>
</message>
<message name="IDS_ACC_TAB_SWITCH_BUTTON" desc="Announcement when tab switch button focused.">
Tab switch button, press enter to switch to this tab