Update src/noggit/ui/texture_swapper.cpp

This commit is contained in:
T1ti
2022-08-05 19:45:14 +00:00
parent b6097d8d9c
commit 6d5850dc52

View File

@@ -36,7 +36,7 @@ namespace Noggit
QPushButton* select = new QPushButton("Select", this); QPushButton* select = new QPushButton("Select", this);
QPushButton* swap_adt = new QPushButton("Swap ADT", this); QPushButton* swap_adt = new QPushButton("Swap ADT", this);
QPushButton* remove_text_adt = new QPushButton("Remove this texture from ADT", this); QPushButton* remove_text_adt = new QPushButton(tr("Remove this texture from ADT"), this);
layout->addRow(new QLabel("Texture to swap")); layout->addRow(new QLabel("Texture to swap"));
layout->addRow(_texture_to_swap_display); layout->addRow(_texture_to_swap_display);