Updated translations.

This commit is contained in:
codestation
2016-11-24 11:22:36 -04:00
parent c6502238ea
commit 11a06fc2a1
6 changed files with 122 additions and 3647 deletions

View File

@@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>602</width>
<height>138</height>
<height>151</height>
</rect>
</property>
<property name="windowTitle">

View File

@@ -158,9 +158,9 @@ void MainWidget::showAboutDialog()
about.setText(QString("Qcma ") + QCMA_VER);
about.setWindowTitle(tr("About Qcma"));
#ifndef QCMA_BUILD_HASH
about.setInformativeText(tr("Copyright (C) 2015 Codestation") + "\n");
about.setInformativeText(tr("Copyright (C) 2016 Codestation") + "\n");
#else
about.setInformativeText(tr("Copyright (C) 2015 Codestation\n\nbuild hash: %1\nbuild branch: %2").arg(QCMA_BUILD_HASH).arg(QCMA_BUILD_BRANCH));
about.setInformativeText(tr("Copyright (C) 2016 Codestation\n\nbuild hash: %1\nbuild branch: %2").arg(QCMA_BUILD_HASH).arg(QCMA_BUILD_BRANCH));
#endif
about.setStandardButtons(QMessageBox::Ok);
about.setIconPixmap(QPixmap(":/main/resources/images/qcma.png"));