svn commit: r789415 - /ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r789415 - /ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml

doogie-3
Author: doogie
Date: Mon Jun 29 19:33:17 2009
New Revision: 789415

URL: http://svn.apache.org/viewvc?rev=789415&view=rev
Log:
Fix english translation(?) of login error message.

Modified:
    ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml

Modified: ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml?rev=789415&r1=789414&r2=789415&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml Mon Jun 29 19:33:17 2009
@@ -75,7 +75,7 @@
     </property>
     <property key="loginevents.following_error_occurred_during_login">
         <value xml:lang="de"><b>Folgender Fehler trat während des Login-Vorgangs auf: </b>${errorMessage}</value>
-        <value xml:lang="en">error  following  occurred  during login: ${errorMessage}</value>
+        <value xml:lang="en">following error occurred during login: ${errorMessage}</value>
         <value xml:lang="es">Error al hacer login</value>
         <value xml:lang="fr"><b>L'erreur suivante est survenue pendant la connexion:</b>${errorMessage}</value>
         <value xml:lang="it">Il seguente errore è accaduto durante l'autenticazione: ${errorMessage}</value>