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

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

Issue 2154063003: [Android] Introduce DateDividedAdapter to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make findbugs happy Created 4 years, 5 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/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 8cd71d25279d73053c7931c583f1ff1980031f53..0856f607841410a20d0038e939a09939a53ce2d0 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -189,6 +189,12 @@ CHAR-LIMIT guidelines:
<message name="IDS_HELP" desc="Generic label for a button that displays help for the current screen.">
Help
</message>
+ <message name="IDS_TODAY" desc="Generic Label saying the date is today.">
+ Today
+ </message>
+ <message name="IDS_YESTERDAY" desc="Generic Label saying the date is yesterday.">
+ Yesterday
+ </message>
<!-- Main Preferences -->
<message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/DateDividedAdapter.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698