From fe8612d944a10692b64a33e20e9ec4108bd54e7f Mon Sep 17 00:00:00 2001 From: James David Clarke Date: Wed, 10 Jan 2024 08:50:37 +0000 Subject: [PATCH] Made terms clearer in gui.py --- tools/libtextureconverter/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libtextureconverter/gui.py b/tools/libtextureconverter/gui.py index d31b1ff1e..4ee8b431c 100644 --- a/tools/libtextureconverter/gui.py +++ b/tools/libtextureconverter/gui.py @@ -23,7 +23,7 @@ class TextureConverterGUI: self.instruction_frame.pack(fill='x', padx=10, pady=10) tk.Label( self.instruction_frame, - text="Do you want to convert installed resource packs, or convert a single zip file?").pack( + text="Do you want to convert installed resource packs, or convert a single folder?").pack( side='left', fill='x', expand=True) @@ -38,7 +38,7 @@ class TextureConverterGUI: entries = [ ('all', 'Find Minecraft resource packs installed in your minecraft folders and convert those automatically'), ('default', 'Convert the default resource pack'), - ('other', 'Choose a file to convert manually') + ('other', 'Choose a folder to convert manually') ] for entry in entries: