[nostalgia/core/studio] Rename New Palette option to External
This commit is contained in:
parent
3bc48c04f7
commit
a60e7c27b7
@ -18,7 +18,7 @@
|
||||
namespace nostalgia::core {
|
||||
|
||||
static const auto PaletteOption_Bundle = QObject::tr("Bundle");
|
||||
static const auto PaletteOption_New = QObject::tr("New");
|
||||
static const auto PaletteOption_New = QObject::tr("External");
|
||||
static const auto PaletteOptions = QStringList{PaletteOption_Bundle, PaletteOption_New};
|
||||
|
||||
ImportTilesheetWizardMainPage::ImportTilesheetWizardMainPage(const studio::Context *ctx) {
|
||||
|
Loading…
Reference in New Issue
Block a user