new avatars added. translation strings updated.

This commit is contained in:
doitux
2007-09-11 09:32:49 +00:00
parent 74d51daaab
commit a1704992e1
105 changed files with 2151 additions and 1658 deletions
@@ -198,7 +198,7 @@ void joinNetworkGameDialogImpl::saveServerProfile() {
if( testProfile ) {
// Wenn der Name schon existiert --> Überschreiben?
QMessageBox msgBox(QMessageBox::Warning, tr("Save Server Profile Error"),
tr("A profile with the name: \""+lineEdit_profileName->text().toAscii()+"\" already exists.\nWould you like to overwrite ?"), QMessageBox::Yes | QMessageBox::No, this);
QString(tr("A profile with the name: %1 already exists.\nWould you like to overwrite ?")).arg(lineEdit_profileName->text()), QMessageBox::Yes | QMessageBox::No, this);
switch (msgBox.exec()) {
case QMessageBox::Yes: {