From 84723add8f11d49a3420591fc6bf821eb24ba6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 8 Nov 2014 21:47:51 +0100 Subject: Fix #537 Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem --- gui/pages/LogPage.h | 2 +- logic/LegacyInstance.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/pages/LogPage.h b/gui/pages/LogPage.h index 546851ad..dcc6bbf7 100644 --- a/gui/pages/LogPage.h +++ b/gui/pages/LogPage.h @@ -51,7 +51,7 @@ public: virtual bool apply(); virtual QString helpPage() const override { - return "Minecraft-Log"; + return "Minecraft-Logs"; } virtual bool shouldDisplay() const; diff --git a/logic/LegacyInstance.cpp b/logic/LegacyInstance.cpp index 95f70917..468110da 100644 --- a/logic/LegacyInstance.cpp +++ b/logic/LegacyInstance.cpp @@ -56,7 +56,7 @@ QList LegacyInstance::getPages() values.append(new ModFolderPage(this, loaderModList(), "mods", "loadermods", tr("Loader mods"), "Loader-mods")); values.append(new ModFolderPage(this, coreModList(), "coremods", "coremods", tr("Core mods"), - "Core-mods")); + "Loader-mods")); values.append(new TexturePackPage(this)); values.append(new NotesPage(this)); values.append(new ScreenshotsPage(this)); -- cgit v1.2.3