Enable Translation (1)

... enable translation

(cherry picked from commit d4deb2fd981d601a1378172e24a20b61a7b3c4ec)
This commit is contained in:
Joern
2014-05-16 19:44:15 +02:00
parent ba5f8881a4
commit ecd2e83693
2 changed files with 8 additions and 8 deletions

View File

@@ -189,11 +189,11 @@ void ConfigDialog::saveClicked()
// are you sure you want to change the location of the athlete library?
// if so we will restart, if not I'll revert to current directory
QMessageBox msgBox;
msgBox.setText("You changed the location of the athlete library");
msgBox.setInformativeText("This is where all new athletes and their ride files "
msgBox.setText(tr("You changed the location of the athlete library"));
msgBox.setInformativeText(tr("This is where all new athletes and their ride files "
"will now be stored.\n\nCurrent athlete data will no longer be "
"available and GoldenCheetah will need to restart for the change to take effect."
"\n\nDo you want to apply and restart GoldenCheetah?");
"\n\nDo you want to apply and restart GoldenCheetah?"));
// we want our own buttons...
msgBox.addButton(tr("No, Keep current"), QMessageBox::RejectRole);