diff options
| author | Léo Lam <leo@leolam.fr> | 2021-04-27 00:23:30 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-04-27 00:24:24 +0200 |
| commit | 08215cc975eeaf997cd238db5a574c4818b33ab1 (patch) | |
| tree | d9a7aa12e7183f9434b4da0dc09887457617ee4a /Source/Core | |
| parent | 51bf2dca210e198c50600851cbe1538037873914 (diff) | |
DolphinQt: Get rid of an extraneous colon in About dialog
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/AboutDialog.cpp b/Source/Core/DolphinQt/AboutDialog.cpp index c092c618e1..ae93d655bd 100644 --- a/Source/Core/DolphinQt/AboutDialog.cpp +++ b/Source/Core/DolphinQt/AboutDialog.cpp @@ -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> |
