From 783d5baeb9a33219a1c5c4085b2fba4d7ede923b 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 (cherry picked from commit fe3628070a7affddb691ee589ec0e63639d0a36a) Signed-off-by: Tomas Cohen Arazi --- 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 eb0cbc7453..882e342454 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -691,7 +691,7 @@ function verify_images() { remove this image [% IF CAN_user_tools_upload_local_cover_images %] - × + Delete image [% END %] -- 2.39.5