Skip to content

Commit dfcd81e

Browse files
fix(KTX): ktx to png menu item label and description fixed
1 parent ffa1358 commit dfcd81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/lib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def refill_menu():
146146
)
147147
ktx_category.add(
148148
Menu.Item(
149-
name=locale.ktx_from_png_label,
150-
description=locale.ktx_from_png_description,
149+
name=locale.png_from_ktx_label,
150+
description=locale.png_from_ktx_description,
151151
handler=convert_ktx_textures_to_png,
152152
)
153153
)

0 commit comments

Comments
 (0)