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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10832036: Remove comma in date for today and yesterday. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/mock_chrome.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 8f2051ada8c21213dd2dfabf30649c47fab5a7b6..5a7eac04066412ba59747fd12a794583b9cc5615 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11531,10 +11531,10 @@ Some features may be unavailable. Please check that the profile exists and you
</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>
+ 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_DAYTIME">$1<ex>4:48 PM</ex></ph>
+ Yesterday <ph name="YESTERDAY_DAYTIME">$1<ex>4:48 PM</ex></ph>
</message>
<message name="IDS_FILE_BROWSER_ALL_FILES_FILTER" desc="All Files filter for Open/Save dialog">
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/mock_chrome.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698