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

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

Issue 10107020: [filemanager] New visuals for file name, saved and overwrite original UI elemetns in image editor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Bubble Created 8 years, 8 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/browser/resources/file_manager/js/image_editor/gallery.js ('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
===================================================================
--- chrome/browser/resources/file_manager/js/mock_chrome.js (revision 132564)
+++ chrome/browser/resources/file_manager/js/mock_chrome.js (working copy)
@@ -407,7 +407,9 @@
GALLERY_FILE_HIDDEN_NAME: 'Names starting with dot are reserved ' +
'for the system. Please choose another name.',
GALLERY_SAVED: 'Saved',
- GALLERY_KEEP_ORIGINAL: 'Keep original',
+ GALLERY_OVERWRITE_ORIGINAL: 'Overwrite original',
+ GALLERY_OVERWRITE_BUBBLE: 'Your edits are saved automatically.<br><br>' +
+ 'To keep a copy of the original image, uncheck "Overwrite original"',
GALLERY_UNSAVED_CHANGES: 'Changes are not saved yet.',
GALLERY_READONLY_WARNING: '$1 is read only. Edited images will be saved in the Downloads folder.',
GALLERY_IMAGE_ERROR: 'This file could not be displayed',
« no previous file with comments | « chrome/browser/resources/file_manager/js/image_editor/gallery.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698