add tr() tags

This commit is contained in:
tooomm 2016-06-17 16:56:08 +02:00 committed by GitHub
parent f6a3551168
commit 1782096805

View file

@ -44,7 +44,7 @@ void UpdateDownloader::fileFinished() {
//Save the build in a temporary directory //Save the build in a temporary directory
QFile file(fileName); QFile file(fileName);
if (!file.open(QIODevice::WriteOnly)) { if (!file.open(QIODevice::WriteOnly)) {
emit error("Could not open the file for reading."); emit error(tr("Could not open the file for reading."));
return; return;
} }