Bug 14160: Fix typo in AddressFormat preference
authorNicole <nicole@bywatersolutions.com>
Wed, 6 May 2015 17:06:23 +0000 (12:06 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 14 May 2015 14:11:14 +0000 (11:11 -0300)
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 <bgkriegel@gmail.com>
Spelling is right, no errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref

index 738643b..df78154 100644 (file)
@@ -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])