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

Unified Diff: ui/strings/ui_strings.grd

Issue 2687223002: nit: Use Title Case for "Select All" in views::Textfield context menus on Mac. (Closed)
Patch Set: rebase Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/ui_strings.grd
diff --git a/ui/strings/ui_strings.grd b/ui/strings/ui_strings.grd
index 61de22536c1791956a41c23ce3de96247008cae4..0cf9f04ff38647ea4578d8048c128682aab6d8f9 100644
--- a/ui/strings/ui_strings.grd
+++ b/ui/strings/ui_strings.grd
@@ -413,9 +413,16 @@ need to be translated for each locale.-->
<message name="IDS_APP_DELETE" desc="The text label of the Delete menu item">
&amp;Delete
</message>
- <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All menu item">
- Select &amp;all
- </message>
+ <if expr="not use_titlecase">
+ <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All menu item">
+ Select &amp;all
+ </message>
+ </if>
+ <if expr="use_titlecase">
+ <message name="IDS_APP_SELECT_ALL" desc="In Title Case: The text label of the Select All menu item">
+ Select &amp;All
+ </message>
+ </if>
<!-- Generic terms -->
<message name="IDS_APP_OK" desc="Used for Ok on buttons">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698