diff options
Diffstat (limited to 'gui/pages')
-rw-r--r-- | gui/pages/LogPage.h | 2 |
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; |