summaryrefslogtreecommitdiffstats
path: root/gui/pages/LogPage.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-11-08 21:47:51 +0100
committerPetr Mrázek <peterix@gmail.com>2014-11-08 21:47:51 +0100
commit84723add8f11d49a3420591fc6bf821eb24ba6f6 (patch)
treec87f540432141ae26cfa7e691af156fbfed28ebf /gui/pages/LogPage.h
parent992ba0c3f8ae65d25503b74c62c3cdf4668635d3 (diff)
downloadMultiMC-84723add8f11d49a3420591fc6bf821eb24ba6f6.tar
MultiMC-84723add8f11d49a3420591fc6bf821eb24ba6f6.tar.gz
MultiMC-84723add8f11d49a3420591fc6bf821eb24ba6f6.tar.lz
MultiMC-84723add8f11d49a3420591fc6bf821eb24ba6f6.tar.xz
MultiMC-84723add8f11d49a3420591fc6bf821eb24ba6f6.zip
Fix #537
Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem
Diffstat (limited to 'gui/pages/LogPage.h')
-rw-r--r--gui/pages/LogPage.h2
1 files changed, 1 insertions, 1 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;