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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 878523005: Show last updated time in About Chrome for non-official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment from #1 Created 5 years, 11 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 | « chrome/android/java/src/org/chromium/chrome/browser/preferences/AboutChromePreferences.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 14d45d17a6a2d4d00b400bdcc062ebcceebba448..19f8bf34d56c3fb64fcc84a808285caa5f5ec6e9 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -450,6 +450,9 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version">
Application version
</message>
+ <message name="IDS_VERSION_WITH_UPDATE_TIME" desc="Message showing Chrome's version and the time it was last updated">
+ <ph name="VERSION">%1$s<ex>Chrome 40.0.2214.67</ex></ph> (Updated <ph name="TIME_SINCE_UPDATE">%2$s<ex>5 minutes ago</ex></ph>)
+ </message>
<message name="IDS_OS_VERSION_TITLE" desc="Title for operating system version">
Operating system
</message>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/AboutChromePreferences.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698