mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue