fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
revert stupid change
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
video
/
videoElement.js
diff --git
a/src/editor/plugins/core/video/videoElement.js
b/src/editor/plugins/core/video/videoElement.js
index
96003d7
..
0687955
100644
(file)
--- a/
src/editor/plugins/core/video/videoElement.js
+++ b/
src/editor/plugins/core/video/videoElement.js
@@
-59,7
+59,7
@@
_.extend(linkElement, {
this._container().text('');
this._container().append($(video_frame));
} else {
- this._container().text(gettext('No video'));
+ this._container().text(gettext('No video
. Click here to add link to your video
'));
}
},