From da8be295bb7c8c72a43094c0af04fc01d1e42c24 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 24 Aug 2016 00:16:43 +0000 Subject: [PATCH] Bug 17175: Typo in patron card images error message 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 Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc index 8dfe56d..4d55f48 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc @@ -24,7 +24,7 @@ [% ELSIF ( error == 203 ) %] A non-existent or invalid library code was supplied. Please verify 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 ) %] -- 2.8.1