summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 22:55:57 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-15 22:55:57 +0100
commit968f06bb452449869532250b5ea722e29cb22991 (patch)
treee398c3b09ba484e65a90938334e76d34e2ad6fb2 /src/gui/updatewindow.cpp
parente4d63db096901c1d67d0feb72d77bc5d0c8ba1b3 (diff)
downloadmana-client-968f06bb452449869532250b5ea722e29cb22991.tar.gz
mana-client-968f06bb452449869532250b5ea722e29cb22991.tar.bz2
mana-client-968f06bb452449869532250b5ea722e29cb22991.tar.xz
mana-client-968f06bb452449869532250b5ea722e29cb22991.zip
Don't make window name translatable
The window name is used in the configuration file, in contrast to the window title.
Diffstat (limited to 'src/gui/updatewindow.cpp')
-rw-r--r--src/gui/updatewindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/updatewindow.cpp b/src/gui/updatewindow.cpp
index 31d37e16..76a2d626 100644
--- a/src/gui/updatewindow.cpp
+++ b/src/gui/updatewindow.cpp
@@ -360,7 +360,7 @@ int UpdaterWindow::downloadThread(void *ptr)
// Remove the corrupted file
::remove(outFilename.c_str());
logger->log(
- _("Checksum for file %s failed: (%lx/%lx)"),
+ "Checksum for file %s failed: (%lx/%lx)",
uw->mCurrentFile.c_str(),
adler, uw->mCurrentChecksum);
attempts++;