Bug 17175: Typo in patron card images error message
authorAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 24 Aug 2016 00:16:43 +0000 (00:16 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 2 Sep 2016 15:54:20 +0000 (15:54 +0000)
To test:
1) Go to Tools -> Patron Card Creator -> New Image
2) Click Upload without attaching anything
3) Notice typo
4) Apply patch and refresh page (resend information if prompted)
5) Notice typo fixed

Sponsored-by: Catalyst IT
Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc

index 8dfe56d..4d55f48 100644 (file)
@@ -24,7 +24,7 @@
         [% ELSIF ( error == 203 ) %]
         A non-existent or invalid library code was supplied. Please <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">verify</a> that you have a library selected.
         [% ELSIF ( error == 301 ) %]
-        An error has occurred while attempting to upload the image file. Please ask you system administrator to check the error log for more details.
+        An error has occurred while attempting to upload the image file. Please ask your system administrator to check the error log for more details.
         [% ELSIF ( error == 302 ) %]
         Image exceeds 500KB. Please resize and import again.
         [% ELSIF ( error == 303 ) %]