You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2019/12/13 09:29:40 UTC

[ofbiz-framework] branch trunk updated: Fixed: German translation typo in PartyUiLabels (OFBIZ-11308)

This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0039dcd  Fixed: German translation typo in PartyUiLabels (OFBIZ-11308)
0039dcd is described below

commit 0039dcd7dcffa987267a90ca7156310a41947303
Author: Michael Brohl <mi...@ecomify.de>
AuthorDate: Fri Dec 13 10:28:48 2019 +0100

    Fixed: German translation typo in PartyUiLabels
    (OFBIZ-11308)
    
    Thanks: Ingo Könemann for reporting and providing the patch.
---
 applications/party/config/PartyUiLabels.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/party/config/PartyUiLabels.xml b/applications/party/config/PartyUiLabels.xml
index 7947ac1..093f53b 100644
--- a/applications/party/config/PartyUiLabels.xml
+++ b/applications/party/config/PartyUiLabels.xml
@@ -11077,7 +11077,7 @@
     <property key="PartyPostalAddressSuccessfullyUpdated">
         <value xml:lang="ar">تم تحديث عنوان صندوق البريد</value>
         <value xml:lang="cs">Poštovní adresa úspěšně aktualizována.</value>
-        <value xml:lang="de">Postadresse erfolgreich aktualisisert.</value>
+        <value xml:lang="de">Postadresse erfolgreich aktualisiert.</value>
         <value xml:lang="en">Postal Address successfully updated.</value>
         <value xml:lang="es">Dirección postal actualizada con éxito.</value>
         <value xml:lang="fr">Adresse postale mise à jour</value>