diff options
author | Loetkolben <sirloetkolben@gmail.com> | 2016-03-22 23:28:47 +0100 |
---|---|---|
committer | Loetkolben <sirloetkolben@gmail.com> | 2016-03-23 12:42:38 +0100 |
commit | 0c06ab364c58a09655c62272605eec9ce611f929 (patch) | |
tree | cbc0ee2b57e6e114052eaf5fc4fa5ce907f53674 /application/dialogs | |
parent | 07608ebc4cdcbbb9e886b69af9aba6043af36612 (diff) | |
download | MultiMC-0c06ab364c58a09655c62272605eec9ce611f929.tar MultiMC-0c06ab364c58a09655c62272605eec9ce611f929.tar.gz MultiMC-0c06ab364c58a09655c62272605eec9ce611f929.tar.lz MultiMC-0c06ab364c58a09655c62272605eec9ce611f929.tar.xz MultiMC-0c06ab364c58a09655c62272605eec9ce611f929.zip |
NOISSUE Remove tr(...) where unnecessary.
Diffstat (limited to 'application/dialogs')
-rw-r--r-- | application/dialogs/AboutDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/dialogs/AboutDialog.ui b/application/dialogs/AboutDialog.ui index 0c0619e2..e1884249 100644 --- a/application/dialogs/AboutDialog.ui +++ b/application/dialogs/AboutDialog.ui @@ -180,7 +180,7 @@ </font> </property> <property name="text"> - <string><html><head/><body><p><a href="http://github.com/MultiMC/MultiMC5"><span style=" text-decoration: underline; color:#0000ff;">http://github.com/MultiMC/MultiMC5</span></a></p></body></html></string> + <string notr="true"><html><head/><body><p><a href="http://github.com/MultiMC/MultiMC5"><span style=" text-decoration: underline; color:#0000ff;">http://github.com/MultiMC/MultiMC5</span></a></p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |