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

Unified Diff: chrome/app/chromium_strings.grd

Issue 1996993002: i18n of Copyright line to use locally correct numeric glyphs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trying to fix mac builds, take 2 Created 4 years, 7 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
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index 1477ef05ac7ff381d3c2e0c54180e37775b35e3b..5f9ead7154268941b9ae0c0891f610d7805214db 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -205,7 +205,7 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
The Chromium Authors
</message>
<message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
- Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reserved.
+ Copyright <ph name="YEAR">{0,date,y}<ex>2016</ex></ph> The Chromium Authors. All rights reserved.
</message>
<if expr="chromeos">
<message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/tools/mac_helpers/infoplist_strings_util.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698