Save form now adds "stage finished" info correctly + some translations.
[redakcja.git] / apps / wiki / templates / wiki / tabs / wysiwyg_editor.html
index dbf1b6a..5e3c46f 100644 (file)
@@ -1,3 +1,4 @@
+{% load i18n %}
 <div id="simple-editor" class="editor" style="display: none">
     <div id="html-view" class="htmlview">
     </div>
@@ -5,10 +6,10 @@
        <div class="toolbar">
        {% if not document_info.readonly %}
         <button id="insert-theme-button">
-            Wstaw motyw
+            {% trans "Insert theme" %}
         </button>
         <button id="insert-annotation-button">
-            Wstaw przypis
+            {% trans "Insert annotation" %}
         </button>
                {% endif %}
         <div class="toolbar-end">