From 3d8cd5cdbb04b81daca9592eb945eadddfd8b9b9 Mon Sep 17 00:00:00 2001 From: Viktor Sarge Date: Tue, 10 Feb 2015 21:05:23 +0000 Subject: [PATCH] Bug 13686 Add a hint about collation to the alphabet syspref This patch adds a quick hint in the "alphabet" syspref about the use of collation in the database to make browsing by surname work with alphabets outside of the A-Z range. Test plan: * Look at the "alphabet" syspref. * Install the patch and verify that the additional info about the use of collation is showing up in the "alphabet" syspref. This patch is hopefully also working - thanks Marc! Guess it goes to prove that no patch is too small to test properly before posting. --- .../intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref index 95d77dc..9533123 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref @@ -43,4 +43,4 @@ I18N/L10N: - "Use the alphabet" - pref: alphabet class: long - - for lists of browsable letters. This should be a space separated list of uppercase letters. Hint: Changing collation in the database for the surname column of members is helpful to make browsing by last name work in members-home.pl when using an alphabet outside of A-Z. + - for lists of browsable letters. This should be a space separated list of uppercase letters. Hint 'Changing collation in the database for the surname column of members is helpful to make browsing by last name work in members-home.pl when using an alphabet outside of A-Z.' -- 1.7.10.4