[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/knode
From:       Eugene Zelenko <greendeath () mail ! ru>
Date:       2004-02-26 3:02:16
Message-ID: 20040226030216.ABA49995A () office ! kde ! org
[Download RAW message or body]

CVS commit by zelenko: 

Don't use exclamations in error messages


  M +1 -1      knarticlefactory.cpp   1.71
  M +1 -1      kncomposer.cpp   1.189
  M +2 -2      knconfigwidgets.cpp   1.100
  M +5 -5      utilities.cpp   1.37


--- kdepim/knode/knarticlefactory.cpp  #1.70:1.71
@@ -936,5 +936,5 @@ bool KNArticleFactory::cancelAllowed(KNA
       KMessageBox::sorry(knGlobals.topWidget, i18n(
 "This article cannot be canceled or superseded,\n\
-because its message-id has not been created by KNode!\n\
+because its message-id has not been created by KNode.\n\
 But you can look for your article in the newsgroup\n\
 and cancel (or supersede) it there."));

--- kdepim/knode/kncomposer.cpp  #1.188:1.189
@@ -711,5 +711,5 @@ bool KNComposer::hasValidData()
                         "identity configuration,\n"
                         "in the account properties or in the "
-                        "group properties!\n"
+                        "group properties.\n"
                         "The article will be sent unsigned." ),
                    QString::null, i18n( "Send Unsigned" ),

--- kdepim/knode/knconfigwidgets.cpp  #1.99:1.100
@@ -236,5 +236,5 @@ void KNConfig::IdentityWidget::slotSigna
 
   if (fileName.isEmpty()) {
-    KMessageBox::sorry(this, i18n("You must specify a filename!"));
+    KMessageBox::sorry(this, i18n("You must specify a filename."));
     return;
   }
@@ -242,5 +242,5 @@ void KNConfig::IdentityWidget::slotSigna
   QFileInfo fileInfo( fileName );
   if (fileInfo.isDir()) {
-    KMessageBox::sorry(this, i18n("You have specified a folder!"));
+    KMessageBox::sorry(this, i18n("You have specified a folder."));
     return;
   }

--- kdepim/knode/utilities.cpp  #1.36:1.37
@@ -173,5 +173,5 @@ QFile* KNSaveHelper::getFile(const QStri
     if (QFileInfo(url.path()).exists() &&
         (KMessageBox::warningContinueCancel(knGlobals.topWidget,
-                                            i18n("A file named %1 already \
exists.\nDo you want to replace it?").arg(url.path()), +                              \
i18n("<qt>A file named <b>%1</b> already exists.<br>Do you want to replace \
                it?</qt>").arg(url.path()),
                                             dialogTitle, i18n("&Replace")) != \
KMessageBox::Continue)) {  return 0;
@@ -462,5 +462,5 @@ QString KNHelper::rewrapStringList(QStri
 void KNHelper::displayInternalFileError(QWidget *w)
 {
-  KMessageBox::error((w!=0)? w : knGlobals.topWidget, i18n("Unable to load/save \
configuration!\nWrong permissions on home folder?\nYou should close KNode now to \
avoid data loss!")); +  KMessageBox::error((w!=0)? w : knGlobals.topWidget, \
i18n("Unable to load/save configuration.\nWrong permissions on home folder?\nYou \
should close KNode now to avoid data loss."));  }
 
@@ -468,5 +468,5 @@ void KNHelper::displayInternalFileError(
 void KNHelper::displayExternalFileError(QWidget *w)
 {
-  KMessageBox::error((w!=0)? w : knGlobals.topWidget, i18n("Unable to load/save \
file!")); +  KMessageBox::error((w!=0)? w : knGlobals.topWidget, i18n("Unable to \
load/save file."));  }
 
@@ -474,5 +474,5 @@ void KNHelper::displayExternalFileError(
 void KNHelper::displayRemoteFileError(QWidget *w)
 {
-  KMessageBox::error((w!=0)? w : knGlobals.topWidget, i18n("Unable to save remote \
file!")); +  KMessageBox::error((w!=0)? w : knGlobals.topWidget, i18n("Unable to save \
remote file."));  }
 
@@ -480,4 +480,4 @@ void KNHelper::displayRemoteFileError(QW
 void KNHelper::displayTempFileError(QWidget *w)
 {
-  KMessageBox::error((w!=0)? w : knGlobals.topWidget, i18n("Unable to create \
temporary file!")); +  KMessageBox::error((w!=0)? w : knGlobals.topWidget, \
i18n("Unable to create temporary file."));  }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic