diff -r 213e81430f7a -r 1b84c7b2aeee integration/js/editor.js --- a/integration/js/editor.js Tue Dec 04 13:31:01 2012 +0100 +++ b/integration/js/editor.js Tue Dec 04 18:59:07 2012 +0100 @@ -14,22 +14,22 @@ '
<%= description %>
' - + '<%= IriSP.translate("Duration:") %> <%= duration.toString() %>
<%= gettext("Duration:") %> <%= duration.toString() %>
' ), segmenttemplate = _.template( '<%= IriSP.translate("From:") %> <%= annotation.begin.toString() %> <%= IriSP.translate("to:") %> <%= annotation.end.toString() %> (<%= IriSP.translate("duration:") %> <%= annotation.getDuration().toString() %>)
' + + '<%= gettext("From:") %> <%= annotation.begin.toString() %> <%= gettext("to:") %> <%= annotation.end.toString() %> (<%= gettext("duration:") %> <%= annotation.getDuration().toString() %>)
' + '