even more tutorial in editor (status bar, undo, redo)
authorJan Szejko <janek37@gmail.com>
Thu, 30 Mar 2017 11:31:54 +0000 (13:31 +0200)
committerJan Szejko <janek37@gmail.com>
Thu, 30 Mar 2017 11:31:54 +0000 (13:31 +0200)
apps/wiki/templates/wiki/bootstrap.html

index 5fa6d57..1a380b4 100644 (file)
                     {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)." %}'},