qt: Update some messages after suggestions by translators

- *cannot* is more common, thus preferred to *can not*
- Use *Watch-only* instead of *Watchonly* as one word
This commit is contained in:
Wladimir J. van der Laan
2014-07-31 16:56:14 +02:00
parent 8b4616bab3
commit bd26fee10b
4 changed files with 28 additions and 28 deletions

View File

@@ -182,7 +182,7 @@ void Intro::pickDataDirectory()
break;
} catch(fs::filesystem_error &e) {
QMessageBox::critical(0, tr("Bitcoin"),
tr("Error: Specified data directory \"%1\" can not be created.").arg(dataDir));
tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir));
/* fall through, back to choosing screen */
}
}