mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
- Fixed 'are you sure?" message for delete action
This commit is contained in:
parent
524540e63d
commit
f33b0dc3c0
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ void GUI::deleteSelection(){
|
||||||
if(QMessageBox::question(
|
if(QMessageBox::question(
|
||||||
this,
|
this,
|
||||||
tr("Are you sure? -- qBittorrent"),
|
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"),
|
tr("&Yes"), tr("&No"),
|
||||||
QString(), 0, 1) == 0) {
|
QString(), 0, 1) == 0) {
|
||||||
//User clicked YES
|
//User clicked YES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue