Bug 15237: Quote of the day: Better translatibility for editor and help

This patch moves  html markup out of explanatory text in Quote of the day editor and help
for better translatibility (Home > Tools > Quote Editor).

To test:
- Apply patch
- Go to Home > Tools > Quote Editor and related Help
- Verify that text changes make sense.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Rewording Ok for translation purposes

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Amended patch: Make consistent space after "Note:" (inside the br tag)

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Marc Véron 2015-11-21 03:09:55 +01:00 committed by Brendan A Gallagher
parent f9586b0199
commit b0e833f9f5
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<ol>
<li>This option allows for the addition of quotes one at a time.</li>
<li>Click the 'Add quote' button in the toolbar and an empty quote entry will be added to the end of the current quote list.</li>
<li>Both the 'Source' and the 'Text' fields <b>must</b> be filled in in order to save the new quote.</li>
<li><b>Note: </b>Both the 'Source' and the 'Text' fields must be filled in in order to save the new quote.</li>
<li>When finished filling in both fields, press the &lt;Enter&gt; key to save the new quote.</li>
<li>The list will update and the new quote should now be visible.</li>
<li>You may cancel the addition of a new quote any time prior to saving it simply by pressing the &lt;Esc&gt; key.</li>

View file

@ -203,7 +203,8 @@
<legend>Instructions</legend>
<div id="quote_editor_inst">
<ul>
<li>Click on the 'Add quote' button to add a single quote; Press the &lt;Enter&gt; key to save the quote. <b>Note:</b> Both the 'source' and 'text' fields must have content in order for the quote to be saved.</li>
<li>Click on the 'Add quote' button to add a single quote; Press the &lt;Enter&gt; key to save the quote.<br />
<b>Note: </b>Both the 'source' and 'text' fields must have content in order for the quote to be saved.</li>
<li>Click on any field to edit the contents; Press the &lt;Enter&gt; key to save edit.</li>
<li>Click on one or more quote numbers to select entire quotes for deletion; Click the 'Delete quote(s)' button to delete selected quotes.</li>
<li>Click the 'Import quotes' button in the toolbar to import a CSV file of quotes.</li>