diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-05-16 22:17:17 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-05-16 22:17:17 -0400 |
commit | af69b483902990b1e0d814bcf8531f9a89a2e610 (patch) | |
tree | f98c5fdd46a058c930731db9c9942fb654a3756a /src/yuzu/aboutdialog.ui | |
parent | 440eb840ea18352488bd89e08e88d7ee34aab717 (diff) |
yuzu/main: Fix version info in logging and about dialog
Diffstat (limited to 'src/yuzu/aboutdialog.ui')
-rw-r--r-- | src/yuzu/aboutdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/aboutdialog.ui b/src/yuzu/aboutdialog.ui index 1b320630c..27d81cd13 100644 --- a/src/yuzu/aboutdialog.ui +++ b/src/yuzu/aboutdialog.ui @@ -70,7 +70,7 @@ </sizepolicy> </property> <property name="text"> - <string><html><head/><body><p>%1 | %2-%3 (%4)</p></body></html></string> + <string><html><head/><body><p>%1 (%2)</p></body></html></string> </property> </widget> </item> |