From b0e833f9f5bffeb0940dd75eae150a247b5b520c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Sat, 21 Nov 2015 03:09:55 +0100 Subject: [PATCH] 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 Rewording Ok for translation purposes Signed-off-by: Jonathan Druart Amended patch: Make consistent space after "Note:" (inside the br tag) Signed-off-by: Brendan A Gallagher --- koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt index 80d58fea6f..91fe05344e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt @@ -18,7 +18,7 @@
  1. This option allows for the addition of quotes one at a time.
  2. Click the 'Add quote' button in the toolbar and an empty quote entry will be added to the end of the current quote list.
  3. -
  4. Both the 'Source' and the 'Text' fields must be filled in in order to save the new quote.
  5. +
  6. Note: Both the 'Source' and the 'Text' fields must be filled in in order to save the new quote.
  7. When finished filling in both fields, press the <Enter> key to save the new quote.
  8. The list will update and the new quote should now be visible.
  9. You may cancel the addition of a new quote any time prior to saving it simply by pressing the <Esc> key.
  10. diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt index 8ae34ec77f..6f777d91c0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt @@ -203,7 +203,8 @@ Instructions
      -
    • Click on the 'Add quote' button to add a single quote; Press the <Enter> key to save the quote. Note: Both the 'source' and 'text' fields must have content in order for the quote to be saved.
    • +
    • Click on the 'Add quote' button to add a single quote; Press the <Enter> key to save the quote.
      + Note: Both the 'source' and 'text' fields must have content in order for the quote to be saved.
    • Click on any field to edit the contents; Press the <Enter> key to save edit.
    • Click on one or more quote numbers to select entire quotes for deletion; Click the 'Delete quote(s)' button to delete selected quotes.
    • Click the 'Import quotes' button in the toolbar to import a CSV file of quotes.
    • -- 2.39.2