From: Jan Szejko Date: Thu, 30 Mar 2017 11:31:54 +0000 (+0200) Subject: even more tutorial in editor (status bar, undo, redo) X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/8aa768e4480f62eed277c3d530cfbc1c8961765e even more tutorial in editor (status bar, undo, redo) --- diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index 5fa6d57e..1a380b46 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -177,6 +177,9 @@ {name: 'editor', text: '{% trans "Edit your document text." %}'}, {name: 'sourceEditor', text: '{% trans "View the xml code of your document." %}'}, {name: 'history', text: '{% trans "Here you can view the change history." %}'}, + {name: 'statusBar', text: '{% trans "The status bar shows helpful messages when you place the mouse cursor over toolbar buttons." %}'}, + {name: 'undo', text: '{% trans "Click Undo to revert recent changes." %}'}, + {name: 'redo', text: '{% trans "Redo will reapply undone changes." %}'}, {name: 'switchToHeader', text: '{% trans "Place the cursor at the end of the line after which you want to add a new header, and press Enter. Click “header” to switch the new paragraph into a header." %}'}, {name: 'switchToParagraph', text: '{% trans "Use this option to switch a header to a paragraph." %}'}, {name: 'switchToImage', text: '{% trans "Add graphics to your document. Click “image” to make a frame, then click this frame to insert an image file (JPG, PNG, GIF, SVG)." %}'},