- Replaced 'correct' by 'valid' everywhere

This commit is contained in:
Christophe Dumez 2006-10-21 23:32:36 +00:00
parent affafd5dbf
commit dfb7717995
42 changed files with 314 additions and 86 deletions

View file

@ -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";