add tr() tags
This commit is contained in:
parent
f6a3551168
commit
1782096805
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue