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

List:       kde-commits
Subject:    kdebase/kicker/buttons
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2004-05-19 14:06:35
Message-ID: 20040519140635.0D3929272 () office ! kde ! org
[Download RAW message or body]

CVS commit by coles: 



Corrected typos.


  M +2 -2      nonkdeappbutton.cpp   1.11
  M +1 -1      urlbutton.cpp   1.15


--- kdebase/kicker/buttons/nonkdeappbutton.cpp  #1.10:1.11
@@ -123,5 +123,5 @@ void NonKDEAppButton::dropEvent(QDropEve
 
     if(!result)
-      KMessageBox::error(this, i18n("Cannot execute non-KDE application!"),
+      KMessageBox::error(this, i18n("Cannot execute non-KDE application."),
                          i18n("Kicker Error"));
   }
@@ -143,5 +143,5 @@ void NonKDEAppButton::slotExec()
     result = KRun::runCommand(pathStr + " " + cmdStr, pathStr, iconStr);
   if(!result)
-    KMessageBox::error(this, i18n("Cannot execute non-KDE application!"),
+    KMessageBox::error(this, i18n("Cannot execute non-KDE application."),
                        i18n("Kicker Error"));
 }

--- kdebase/kicker/buttons/urlbutton.cpp  #1.14:1.15
@@ -215,5 +215,5 @@ void URLButton::properties()
          || !fileItem->url().isValid())
     {
-        KMessageBox::error( 0L, i18n("The file %1 doesn't exist")
+        KMessageBox::error( 0L, i18n("The file %1 does not exist")
                                     .arg(fileItem->url().prettyURL()) );
         return;


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

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