diff --git a/cockatrice/src/update_downloader.cpp b/cockatrice/src/update_downloader.cpp index b401736f..2427814e 100644 --- a/cockatrice/src/update_downloader.cpp +++ b/cockatrice/src/update_downloader.cpp @@ -44,7 +44,7 @@ void UpdateDownloader::fileFinished() { //Save the build in a temporary directory QFile file(fileName); 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; }