diff options
author | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 12:30:52 +0000 |
---|---|---|
committer | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 12:30:52 +0000 |
commit | d00edeb12c0940f45fc032d8d1ffbb403cd08413 (patch) | |
tree | 947f42bb086613e147ab4575ad6f80a777d004eb /chrome/app/generated_resources.grd | |
parent | ea5f70a488fe91f363e591e820f6af4f77f3bc4f (diff) | |
download | chromium_src-d00edeb12c0940f45fc032d8d1ffbb403cd08413.zip chromium_src-d00edeb12c0940f45fc032d8d1ffbb403cd08413.tar.gz chromium_src-d00edeb12c0940f45fc032d8d1ffbb403cd08413.tar.bz2 |
Add a View button to the importing dialog in Files.app.
This patch adds the button which launches a Mosaic view in the parent window (or in the new window if it doesn't exist anymore). Moreover, the dialog has been rewritten to work correctly with right-to-left languages.
TEST=Import pictures, click on View.
BUG=179594
Review URL: https://chromiumcodereview.appspot.com/12406006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7355d30..8f6aca2 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -12785,6 +12785,9 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_FILE_BROWSER_SEARCH_TEXT_LABEL" desc="Search text field label."> Search </message> + <message name="IDS_FILE_BROWSER_VIEW_LABEL" desc="View label."> + View + </message> <message name="IDS_FILE_BROWSER_DEFAULT_NEW_FOLDER_NAME" desc="The default name for a newly created folder."> New Folder |