Small i18n fix

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Small i18n fix

Fabien-5
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

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Small i18n fix

Gilles Caulier-4
Le mardi 20 février 2007 16:53, Fabien a écrit :

> 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

yes, let's go

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel