From 0c06ab364c58a09655c62272605eec9ce611f929 Mon Sep 17 00:00:00 2001 From: Loetkolben Date: Tue, 22 Mar 2016 23:28:47 +0100 Subject: NOISSUE Remove tr(...) where unnecessary. --- application/pages/global/ExternalToolsPage.ui | 6 +++--- application/pages/global/MultiMCPage.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'application/pages/global') diff --git a/application/pages/global/ExternalToolsPage.ui b/application/pages/global/ExternalToolsPage.ui index df80d99e..cdb33b35 100644 --- a/application/pages/global/ExternalToolsPage.ui +++ b/application/pages/global/ExternalToolsPage.ui @@ -63,7 +63,7 @@ - <html><head/><body><p><a href="http://www.ej-technologies.com/products/jprofiler/overview.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.ej-technologies.com/products/jprofiler/overview.html</span></a></p></body></html> + <html><head/><body><p><a href="http://www.ej-technologies.com/products/jprofiler/overview.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.ej-technologies.com/products/jprofiler/overview.html</span></a></p></body></html> @@ -100,7 +100,7 @@ - <html><head/><body><p><a href="http://visualvm.java.net/"><span style=" text-decoration: underline; color:#0000ff;">http://visualvm.java.net/</span></a></p></body></html> + <html><head/><body><p><a href="http://visualvm.java.net/"><span style=" text-decoration: underline; color:#0000ff;">http://visualvm.java.net/</span></a></p></body></html> @@ -137,7 +137,7 @@ - <html><head/><body><p><a href="http://www.mcedit.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.mcedit.net/</span></a></p></body></html> + <html><head/><body><p><a href="http://www.mcedit.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.mcedit.net/</span></a></p></body></html> diff --git a/application/pages/global/MultiMCPage.h b/application/pages/global/MultiMCPage.h index 4ecc2d93..5d4f048e 100644 --- a/application/pages/global/MultiMCPage.h +++ b/application/pages/global/MultiMCPage.h @@ -41,7 +41,7 @@ public: QString displayName() const override { - return tr("MultiMC"); + return "MultiMC"; } QIcon icon() const override { -- cgit v1.2.3