String Update, German Translation updated

This commit is contained in:
Rafael 2016-04-09 10:05:37 +02:00
parent 75bdad9372
commit 853ca06875
4 changed files with 21 additions and 12 deletions

View file

@ -83,7 +83,7 @@ fileDialogPreSave:
bool isCopied = QFile::copy(sgdPath, selectedFile);
if (!isCopied)
{
QMessageBox::warning(parent, SavegameWidget::tr("Export Savegame"), SavegameWidget::tr("Failed to copy current Savegame"));
QMessageBox::warning(parent, SavegameWidget::tr("Export Savegame"), SavegameWidget::tr("Failed to export current Savegame"));
goto fileDialogPreSave;
}
}