[Kst] kdeextragear-2/kst/kst/extensions/elog (silent)

Andrew Coles andrew_coles at yahoo.co.uk
Fri Jan 21 12:33:23 CET 2005


CVS commit by coles: 



CVS_SILENT

Corrected inconsistency (user name -> username in KDE).


  M +2 -2      elogthreadsubmit.cpp   1.17


--- kdeextragear-2/kst/kst/extensions/elog/elogthreadsubmit.cpp  #1.16:1.17
@@ -165,5 +165,5 @@ bool ElogThreadSubmit::doResponseCheck( 
       doError( tr2i18n("Failed to add %1: invalid password").arg(_strType) );
     } else if (strstr(response, "wusr")) {
-      doError( tr2i18n("Failed to add %1: invalid user name").arg(_strType) );
+      doError( tr2i18n("Failed to add %1: invalid username").arg(_strType) );
     } else {
       strncpy(str, strstr(response, "Location:") + 10, sizeof(str));
@@ -202,5 +202,5 @@ bool ElogThreadSubmit::doResponseError( 
     doError( tr2i18n("Failed to add %1: missing or invalid password").arg(_strType) );
   } else if (strstr(response, "form name=form1")) {
-    doError( tr2i18n("Failed to add %1: missing or invalid user name/password").arg(_strType) );
+    doError( tr2i18n("Failed to add %1: missing or invalid username/password").arg(_strType) );
   } else if (strstr(response, "Error: Attribute")) {
     strncpy(str, strstr(response, "Error: Attribute") + 20, sizeof(str));




More information about the Kst mailing list