From cf2e1dcebf494dc9848bc4ba3e64dd775c25c4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Tue, 2 Jun 2015 11:39:17 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 14314: System Preferences: Better explanation for syspref 'ShowReviewerPhoto' If syspref ShowReviewerPhoto is enabled, the reviewer's avatar is displayed beside comments in OPAC. The avatar will be searched on www.libravatar.org using the patron's email address. This patch changes the text for 'ShowReviewerPhoto'. To test: Apply patch Go to Home > Administration > System preferences Search for ShowReviewerPhoto Verify that the new explanation makes sense. Signed-off-by: Bernardo Gonzalez Kriegel Better explanation, no errors. --- .../prog/en/modules/admin/preferences/opac.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 9a4309c..0aec19b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -414,7 +414,7 @@ OPAC: choices: yes: Show no: Hide - - reviewer's photo beside comments in OPAC. + - reviewer's avatar beside comments in OPAC. The avatar will be searched on www.libravatar.org using the patron's mail address. - - pref: RequestOnOpac choices: -- 1.7.9.5