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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 2259433004: Quick View: fixed the bug that 'No preview available' text is not shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 4 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 | « ui/file_manager/file_manager/foreground/elements/files_quick_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index 1b8ff90b4aaeb30b264a9c79aac29df83e6b09ce..864b522d37a3cc5d800f5d27a5da2c5b807a70ee 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -489,7 +489,9 @@
</div>
<div id="drag-container"></div>
<files-tooltip></files-tooltip>
- <files-quick-view id="quick-view"></files-quick-view>
+ <files-quick-view id="quick-view"
+ i18n-values="no-playback-text:QUICK_VIEW_NO_PLAYBACK_AVAILABLE;no-preview-text:QUICK_VIEW_NO_PREVIEW_AVAILABLE">
+ </files-quick-view>
<iframe id="command-dispatcher" hidden aria-hidden="true"></iframe>
</body>
</html>
« no previous file with comments | « ui/file_manager/file_manager/foreground/elements/files_quick_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698