mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Replaced 'correct' by 'valid' everywhere
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user