From 1347e08aae277a261ddf8d65bcfb7dedb34643a7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 8 Apr 2013 10:26:06 -0400 Subject: [PATCH] Bug 10000 - Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip This patch removes the extra i in "sliip." To test, go to Tools -> Notices & Slips and view the help file. The last bulleted item on the page should contain no typo. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Can't resist to sign Bug 10000!! Work as described. No errors. Signed-off-by: Galen Charlton --- .../prog/en/modules/help/tools/letter.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt index a107182..c490504 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt @@ -152,7 +152,7 @@
  • TRANSFERSLIP
    • Used to print a transfer slip
    • -
    • The transfer sliip is printed when you confirm a transfer from one library to another in your system
    • +
    • The transfer slip is printed when you confirm a transfer from one library to another in your system
  • -- 1.7.2.5