diff --git a/src/widget/form/settings/aboutform.cpp b/src/widget/form/settings/aboutform.cpp index ddfab18e2..cc65a6e21 100644 --- a/src/widget/form/settings/aboutform.cpp +++ b/src/widget/form/settings/aboutform.cpp @@ -43,4 +43,5 @@ AboutForm::~AboutForm() void AboutForm::retranslateUi() { bodyUI->retranslateUi(this); + bodyUI->label_4->setText(bodyUI->label_4->text().replace("GIT_VERSION", QString(GIT_VERSION))); }