diff options
author | Sky <git@bunnies.cc> | 2013-10-07 20:16:09 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-07 20:16:09 +0100 |
commit | 24f6f3059ba3b62c523a1634275572ffd8137a7a (patch) | |
tree | 4d29d57c06a7eb36da6d3b7204e6a34d2436417b | |
parent | ecc5153efe626e3c96047ea7da92876fdb59afe1 (diff) | |
parent | 0bf8d9df5cc102fcec496ba3c5cf15477e726516 (diff) | |
download | MultiMC-24f6f3059ba3b62c523a1634275572ffd8137a7a.tar MultiMC-24f6f3059ba3b62c523a1634275572ffd8137a7a.tar.gz MultiMC-24f6f3059ba3b62c523a1634275572ffd8137a7a.tar.lz MultiMC-24f6f3059ba3b62c523a1634275572ffd8137a7a.tar.xz MultiMC-24f6f3059ba3b62c523a1634275572ffd8137a7a.zip |
Tweak about dialog to match website
-rw-r--r-- | gui/aboutdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/aboutdialog.ui b/gui/aboutdialog.ui index eb055ebe..7516a5f1 100644 --- a/gui/aboutdialog.ui +++ b/gui/aboutdialog.ui @@ -114,7 +114,7 @@ <item> <widget class="QLabel" name="aboutLabel"> <property name="text"> - <string>MultiMC is a custom launcher that makes managing Minecraft easier by allowing you to have multiple installations of Minecraft at once.</string> + <string><html><head/><body><p>MultiMC is a custom launcher that makes managing Minecraft easier by allowing you to have multiple instances of Minecraft at once.</p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |