[Kget] KDE/kdenetwork/kget/core

Dario Massarin nekkar at libero.it
Sun Sep 27 13:30:21 CEST 2009


SVN commit 1028484 by dario:

Change the title of the error message to something less personal. Thank you Urs :)

CCMAIL: kget at kde.org


 M  +1 -1      kget.cpp  


--- trunk/KDE/kdenetwork/kget/core/kget.cpp #1028483:1028484
@@ -813,7 +813,7 @@
     
     KMessageBox::error(m_mainWindow, 
                        i18n("We are sorry. KGet is unable to download from this protocol"),
-                       i18n("We are sorry"));
+                       i18n("Protocol unsupported"));
 
     kDebug(5001) << "Warning! No plugin found to handle the given url";
     return 0;


More information about the Kget mailing list