diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-07-29 14:27:19 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-07-29 14:27:19 +0200 |
commit | e8674f1f09ddf0b213591db52411553e244c583a (patch) | |
tree | 1370c4a5318dead5bd89e829983eb59d5fe1d843 /src/yuzu/aboutdialog.ui | |
parent | 458fdda7005f5c84dad652792254260b01a1f389 (diff) |
Port #3837 from Citra: "Add build date in 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 2680480cc..ec813189b 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</p></body></html></string> + <string><html><head/><body><p>%1 | %2-%3 (%4)</p></body></html></string> </property> </widget> </item> |