Merge pull request #9676 from leoetlino/colon
DolphinQt: Get rid of an extraneous colon in About dialog
This commit is contained in:
commit
c09427ccdf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue