From 133f446a5bde33100cbd21bd9cc33f357eb85e63 Mon Sep 17 00:00:00 2001 From: Nicole Date: Wed, 6 May 2015 12:06:23 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 14160: Fix typo in AddressFormat preference The preference was missing a 'd' in the word address. To test: * Visit preferences * Visit I18N/L10N tab * Confirm spelling of options in Addressformat preference Signed-off-by: Bernardo Gonzalez Kriegel Spelling is right, no errors --- .../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 738643b..df78154 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 @@ -51,4 +51,4 @@ I18N/L10N: default: us choices: us: US style ([Street number], [Address] - [City], [Zip/Postal Code], [Country]) - de: German style ([Adress] [Street number] - [Zip/Postal Code] [City] - [Country]) + de: German style ([Address] [Street number] - [Zip/Postal Code] [City] - [Country]) -- 1.7.9.5