diff -r 72ffe21f027c -r e297fea1a2f3 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Mon Jan 09 20:33:12 2006 +0000 +++ b/QTfrontend/hwform.cpp Tue Jan 10 19:53:18 2006 +0000 @@ -107,7 +107,7 @@ { QMessageBox::critical(this, tr("Error"), - tr("Cannot create directory %s").arg("/.hedgewars"), + tr("Cannot create directory %1").arg("/.hedgewars"), tr("Quit")); return ; } @@ -275,7 +275,7 @@ { QMessageBox::critical(this, tr("Error"), - tr("Cannot save options to file %s").arg(settings.fileName()), + tr("Cannot save options to file %1").arg(settings.fileName()), tr("Quit")); return ; }