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

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

Issue 10823036: Added/changed some strings for the Files app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, removed one of the strings 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..6595bdab4dd84e665458982034b56f4c1a3bc24b 100644
--- a/chrome/browser/resources/file_manager/js/mock_chrome.js
+++ b/chrome/browser/resources/file_manager/js/mock_chrome.js
@@ -456,7 +456,7 @@ chrome.fileBrowserPrivate = {
SIZE_TB: 'TB',
SIZE_PB: 'PB',
TYPE_COLUMN_LABEL: 'Type',
- DATE_COLUMN_LABEL: 'Date',
+ DATE_COLUMN_LABEL: 'Date modified',
PREVIEW_COLUMN_LABEL: 'Preview',
ERROR_CREATING_FOLDER: 'Unable to create folder "$1". $2',
@@ -540,7 +540,7 @@ chrome.fileBrowserPrivate = {
GDATA_SHOW_HOSTED_FILES_OPTION: 'Show Google Docs files',
GDATA_WAITING_FOR_SPACE_INFO: 'Waiting for space info...',
GDATA_FAILED_SPACE_INFO: 'Failed to retrieve space info',
- GDATA_BUY_MORE_SPACE: 'Buy more...',
+ GDATA_BUY_MORE_SPACE: 'Buy more storage...',
GDATA_SPACE_AVAILABLE: '$1 left',
OFFLINE_COLUMN_LABEL: 'Available offline',
« 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