mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Replaced 'correct' by 'valid' everywhere
This commit is contained in:
parent
affafd5dbf
commit
dfb7717995
42 changed files with 314 additions and 86 deletions
|
@ -92,7 +92,7 @@ void createtorrent::on_createButton_clicked(){
|
|||
return;
|
||||
}
|
||||
if(!QFile::exists(input)){
|
||||
QMessageBox::critical(0, tr("Input path does not exist"), tr("Please type a correct input path first"));
|
||||
QMessageBox::critical(0, tr("Input path does not exist"), tr("Please type a valid input path first"));
|
||||
return;
|
||||
}
|
||||
char const* creator_str = "qBittorrent";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue