From fe3628070a7affddb691ee589ec0e63639d0a36a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 21 Sep 2013 19:16:56 +0000 Subject: [PATCH] Bug 7813: (follow-up) use descriptive text for delete link This patch replaces the "times" symbol for the local cover image deletion link with more descriptive text. This was done because the original "X" was small, is not necessarily going to be universally understood to signify the deletion action, and because "×" does not give much context to translators. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 684151a86b..da04bc4c0c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -733,7 +733,7 @@ function verify_images() { remove this image [% IF CAN_user_tools_upload_local_cover_images %] - × + Delete image [% END %] -- 2.39.2