summaryrefslogtreecommitdiffstats
path: root/gui/pages/TexturePackPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages/TexturePackPage.h')
-rw-r--r--gui/pages/TexturePackPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pages/TexturePackPage.h b/gui/pages/TexturePackPage.h
index f807bea5..b1a2f544 100644
--- a/gui/pages/TexturePackPage.h
+++ b/gui/pages/TexturePackPage.h
@@ -6,7 +6,7 @@ class TexturePackPage : public ModFolderPage
public:
explicit TexturePackPage(BaseInstance *instance, QWidget *parent = 0)
: ModFolderPage(instance->texturePackList(), "texturepacks", "resourcepacks",
- tr("Texture packs"), "ResourcePacksPage", parent)
+ tr("Texture packs"), "Texture-packs", parent)
{
m_inst = instance;
}