From 1782096805b353dc11e1e67f2c8ee3f72592a95c Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 17 Jun 2016 16:56:08 +0200 Subject: [PATCH] add tr() tags --- cockatrice/src/update_downloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }