Browse Source

- Fixed 'are you sure?" message for delete action

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
f33b0dc3c0
  1. 2
      src/GUI.cpp

2
src/GUI.cpp

@ -972,7 +972,7 @@ void GUI::deleteSelection(){ @@ -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

Loading…
Cancel
Save