[Digikam-devel] Small i18n fix

Fabien fabien.ubuntu at gmail.com
Tue Feb 20 15:53:17 GMT 2007


Hi,

There's a small error :
"If you want really" should be "If you really want".

Index: digikam/utilities/cameragui/cameraui.cpp
===================================================================
--- digikam/utilities/cameragui/cameraui.cpp    (revision 635663)
+++ digikam/utilities/cameragui/cameraui.cpp    (working copy)
@@ -1404,7 +1404,7 @@
      if (!lockedList.isEmpty())
      {
          QString infoMsg(i18n("The items listed below are locked by 
camera (read-only). "
-                             "These items will not be deleted. If you 
want really to delete these items, "
+                             "These items will not be deleted. If you 
really want to delete these items, "
                               "please unlock them and try again."));
          KMessageBox::informationList(this, infoMsg, lockedList, 
i18n("Information"));
      }


If you agree, I commit it (I have a svn account now).

--
Fabien




More information about the Digikam-devel mailing list