From f33b0dc3c0e14c29a526e36e9d9c4bda7ceaf5df Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 8 Mar 2007 17:02:43 +0000 Subject: [PATCH] - Fixed 'are you sure?" message for delete action --- src/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index f63a78223..e34eaf043 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -972,7 +972,7 @@ void GUI::deleteSelection(){ if(QMessageBox::question( this, tr("Are you sure? -- qBittorrent"), - tr("Are you sure you want to delete the selected item(s) in download list and in hard drive?"), + tr("Are you sure you want to delete the selected item(s) in download list?"), tr("&Yes"), tr("&No"), QString(), 0, 1) == 0) { //User clicked YES