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

Unified Diff: chrome/browser/resources/file_manager/js/mock_chrome.js

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, 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/mock_chrome.js
diff --git a/chrome/browser/resources/file_manager/js/mock_chrome.js b/chrome/browser/resources/file_manager/js/mock_chrome.js
index b6d0d73db8571abc6b71273d4c70102c453d10a1..c5de9794941af0ff7edfcfd1a9bfaddaab2cbc41 100644
--- a/chrome/browser/resources/file_manager/js/mock_chrome.js
+++ b/chrome/browser/resources/file_manager/js/mock_chrome.js
@@ -660,8 +660,8 @@ chrome.fileBrowserPrivate = {
SEARCH_TEXT_LABEL: 'Search',
SEARCH_NO_MATCHING_FILES: 'No files match <b>"$1"</b>',
- TIME_TODAY: 'Today, $1',
- TIME_YESTERDAY: 'Yesterday, $1',
+ TIME_TODAY: 'Today $1',
+ TIME_YESTERDAY: 'Yesterday $1',
ALL_FILES_FILTER: 'All files',
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698