mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Enable DataProcessor Translation
Also includes download instructions translation
This commit is contained in:
@@ -69,6 +69,9 @@ ManualDataProcessorDialog::ManualDataProcessorDialog(MainWindow *main, QString n
|
||||
|
||||
if (processor == NULL) reject();
|
||||
|
||||
// Change window title to Localized Name
|
||||
setWindowTitle(processor->name());
|
||||
|
||||
QFont font;
|
||||
font.setWeight(QFont::Black);
|
||||
QLabel *configLabel = new QLabel(tr("Settings"), this);
|
||||
|
||||
Reference in New Issue
Block a user