From b4d68543e8f13ad15f588ef35a0f395f967bc975 Mon Sep 17 00:00:00 2001 From: mlaurent Date: Thu, 19 Jun 2008 11:28:03 +0000 Subject: [PATCH] Translate here too git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork@822164 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kget/mainwindow.cpp | 2 +- kget/ui/droptarget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kget/mainwindow.cpp b/kget/mainwindow.cpp index 9efe0c932..d0f99a3dd 100644 --- a/kget/mainwindow.cpp +++ b/kget/mainwindow.cpp @@ -802,7 +802,7 @@ void MainWindow::dropEvent(QDropEvent * event) { if (list.count() == 1 && list.first().url().endsWith(".kgt")) { - int msgBoxResult = KMessageBox::questionYesNoCancel(this, "The dropped file is a KGet-Transferlist", "KGet", + int msgBoxResult = KMessageBox::questionYesNoCancel(this, i18n("The dropped file is a KGet-Transferlist"), "KGet", KGuiItem(i18n("&Download"), KIcon("document-save")), KGuiItem(i18n("&Load transferlist"), KIcon("list-add")), KStandardGuiItem::cancel()); diff --git a/kget/ui/droptarget.cpp b/kget/ui/droptarget.cpp index f720b2cd0..b659ef68e 100644 --- a/kget/ui/droptarget.cpp +++ b/kget/ui/droptarget.cpp @@ -217,7 +217,7 @@ void DropTarget::dropEvent(QDropEvent * event) { if (list.count() == 1 && list.first().url().endsWith(".kgt")) { - int msgBoxResult = KMessageBox::questionYesNoCancel(this, "The dropped file is a KGet-Transferlist", "KGet", + int msgBoxResult = KMessageBox::questionYesNoCancel(this, i18n("The dropped file is a KGet-Transferlist"), "KGet", KGuiItem(i18n("&Download"), KIcon("document-save")), KGuiItem(i18n("&Load transferlist"), KIcon("list-add")), KStandardGuiItem::cancel()); -- 2.11.4.GIT