DolphinQt: Get rid of an extraneous colon in About dialog

This commit is contained in:
Léo Lam 2021-04-27 00:23:30 +02:00
parent 51bf2dca21
commit 08215cc975
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741

View File

@ -24,7 +24,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
<p style='font-size:18pt;'>%VERSION_STRING%</p>
<p style='font-size: small;'>
%BRANCH%:<br>
%BRANCH%<br>
%REVISION%<br><br>
%QT_VERSION%
</p>