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

Unified Diff: ui/file_manager/video_player/js/media_controls.js

Issue 611243003: Rename the VideoPlayer-related string IDs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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
Index: ui/file_manager/video_player/js/media_controls.js
diff --git a/ui/file_manager/video_player/js/media_controls.js b/ui/file_manager/video_player/js/media_controls.js
index e246c830be50fa0be3637114ae990a52dd5f3e5a..238c7632ce72599889764ba5b92c5ecdc1f42c90 100644
--- a/ui/file_manager/video_player/js/media_controls.js
+++ b/ui/file_manager/video_player/js/media_controls.js
@@ -1095,7 +1095,7 @@ VideoControls.prototype.toggleLoopedModeWithFeedback = function(on) {
this.toggleLoopedMode(on);
if (on) {
// TODO(mtomasz): Simplify, crbug.com/254318.
- this.showTextBanner_('GALLERY_VIDEO_LOOPED_MODE');
+ this.showTextBanner_('VIDEO_PLAYER_LOOPED_MODE');
}
};

Powered by Google App Engine
This is Rietveld 408576698