Commit 14589961 authored by oleg@chromium.org's avatar oleg@chromium.org

Remove comma in date for today and yesterday.

BUG=130466


Review URL: https://chromiumcodereview.appspot.com/10832036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149170 0039d316-1c4b-4281-b951-d872f2087c98
parent 06fd8db0
......@@ -11541,10 +11541,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">
......
......@@ -661,8 +661,8 @@ chrome.fileBrowserPrivate = {
SEARCH_NO_MATCHING_FILES: 'No files match <b>"$1"</b>',
SEARCH_SPINNER: 'Searching...',
TIME_TODAY: 'Today, $1',
TIME_YESTERDAY: 'Yesterday, $1',
TIME_TODAY: 'Today $1',
TIME_YESTERDAY: 'Yesterday $1',
ALL_FILES_FILTER: 'All files',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment