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

Unified Diff: chrome/app/generated_resources.grd

Issue 2796303007: [Mac] Added Accessibility Labels to the Default Touch Bar (Closed)
Patch Set: Nit Created 3 years, 8 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 | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/ui/cocoa/browser_window_touch_bar.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7c9251dceeae397337725e33fbcd9ec91a08a75c..9f87015d1fedba9c10dbe320756cc97e74b4c399 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1932,10 +1932,16 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
Search or type URL
</message>
<message name="IDS_TOUCH_BAR_SEARCH"
- desc="Text for the search button in the touch bar when Google is not the default search provider. Pressing the button will bring focus to the omnibox.">
+ desc="Text for the search button in the touch bar when Google is not the default search provider. Pressing the button will bring focus to the omnibox. $1 is the name of the search provider (Ex/ Bing)">
Elly Fong-Jones 2017/04/07 13:35:30 this is usually done using <ex></ex> tags in the m
spqchan 2017/04/07 17:42:24 Done.
Search $1
</message>
+ <message name="IDS_TOOLTIP_TOUCH_BAR_BACK" desc="The tooltip for the touch bar back button">
Elly Fong-Jones 2017/04/07 13:35:30 nit: these should have trailing dots
spqchan 2017/04/07 17:42:24 Done.
+ Click to go back.
Elly Fong-Jones 2017/04/07 13:35:30 Touch to go back?
spqchan 2017/04/07 17:42:24 Done.
+ </message>
+ <message name="IDS_TOOLTIP_TOUCH_BAR_FORWARD" desc="The tooltip for the touch bar forward button">
+ Click to go forward.
+ </message>
</if>
<!-- Remove in-progress downloads confirmation dialog -->
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/ui/cocoa/browser_window_touch_bar.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698