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

Unified Diff: chrome/app/generated_resources.grd

Issue 10332272: Change modification date to include time and 'today' and 'yesterday' for appropriate dates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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:
Download patch
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 138096)
+++ chrome/app/generated_resources.grd (working copy)
@@ -11078,6 +11078,13 @@
Thumbnail view
</message>
+ <message name="IDS_FILE_BROWSER_TIME_TODAY" desc="File date and time in case the date is today.">
+ Today <ph name="TODAY_DAYTIME">$1<ex>6:19 AM</ex></ph>
+ </message>
+ <message name="IDS_FILE_BROWSER_TIME_YESTERDAY" desc="File date and time in case the date is yesterday.">
+ Yesterday <ph name="YESTERDAY_DATTIME">$1<ex>4:48 PM</ex></ph>
dgozman 2012/05/21 15:45:41 typo: DATTIME
Oleg Eterevsky 2012/05/21 15:53:55 Done.
+ </message>
+
<!-- Bookmark manager -->
<message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
Bookmark Manager

Powered by Google App Engine
This is Rietveld 408576698