Enable DataProcessor Translation

Also includes download instructions translation
This commit is contained in:
Alejandro Martinez
2012-12-08 12:37:01 -03:00
parent 881fda573f
commit f770d6ea09
25 changed files with 4586 additions and 3679 deletions

View File

@@ -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);