From: Jan Szejko Date: Wed, 29 Mar 2017 11:55:33 +0000 (+0200) Subject: "mouse" cursor X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/94b8b2f9bdaa5d2c42abfab87297aa690b572123 "mouse" cursor --- diff --git a/apps/wiki/locale/pl/LC_MESSAGES/django.mo b/apps/wiki/locale/pl/LC_MESSAGES/django.mo index 666266d1..a0821dbb 100644 Binary files a/apps/wiki/locale/pl/LC_MESSAGES/django.mo and b/apps/wiki/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/wiki/locale/pl/LC_MESSAGES/django.po b/apps/wiki/locale/pl/LC_MESSAGES/django.po index f9761061..9c7b13fe 100644 --- a/apps/wiki/locale/pl/LC_MESSAGES/django.po +++ b/apps/wiki/locale/pl/LC_MESSAGES/django.po @@ -96,11 +96,11 @@ msgstr "Tutaj możesz prześledzić historię zmian w dokumencie." #: templates/wiki/bootstrap.html:180 msgid "" -"Place the mouse cursor at the end of the line after which you want to add a " +"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." msgstr "" -"Ustaw kursor myszki na końcu wiersza, pod którym chcesz dodać nowy nagłówek " +"Ustaw kursor na końcu wiersza, pod którym chcesz dodać nowy nagłówek " "i wciśnij Enter. Kliknij „nagłówek”, aby edytować wiersz i zamienić go w " "nagłówek." diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index 4e4e9479..5fa6d57e 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -177,7 +177,7 @@ {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: 'switchToHeader', text: '{% trans "Place the mouse 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: '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)." %}'}, {name: 'switchToVideo', text: '{% trans "Add a video material to your document to make it more attractive. Paste the http link from a YouTube channel." %}'},