| Index: chrome/browser/resources/file_manager/js/mock_chrome.js
|
| ===================================================================
|
| --- chrome/browser/resources/file_manager/js/mock_chrome.js (revision 112157)
|
| +++ chrome/browser/resources/file_manager/js/mock_chrome.js (working copy)
|
| @@ -262,6 +262,7 @@
|
| GALLERY_ENTER_WHEN_DONE: 'Press Enter when done',
|
| GALLERY_UNDO: 'Undo',
|
| GALLERY_REDO: 'Redo',
|
| + GALLERY_FILE_EXISTS: 'File already exists',
|
|
|
| CONFIRM_OVERWRITE_FILE: 'A file named "$1" already exists. Do you want to replace it?',
|
| FILE_ALREADY_EXISTS: 'The file named "$1" already exists. Please choose a different name.',
|
|
|