Core Mods help now goes to Loader Mods
Fixed Minecraft Log -> Minecraft Logs problem
This commit is contained in:
Petr Mrázek
2014-11-08 21:47:51 +01:00
parent 992ba0c3f8
commit 84723add8f
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public:
virtual bool apply();
virtual QString helpPage() const override
{
return "Minecraft-Log";
return "Minecraft-Logs";
}
virtual bool shouldDisplay() const;