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

List:       kde-commits
Subject:    KDE/kdebase/apps/kdialog
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2008-09-19 21:06:49
Message-ID: 1221858409.577755.32594.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 862787 by aacid:

better i18n, although i'm not sure translating kError is good


 M  +1 -1      widgets.cpp  


--- trunk/KDE/kdebase/apps/kdialog/widgets.cpp #862786:862787
@@ -112,7 +112,7 @@
   QFile f(file);
   if (!f.open(QIODevice::ReadOnly))
   {
-    kError() << i18n("kdialog: could not open file ") << file << endl;
+    kError() << i18n("kdialog: could not open file %1", file) << endl;
     return -1;
   }
   QTextStream s(&f);
[prev in list] [next in list] [prev in thread] [next in thread] 

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