Skip to content

Commit

Permalink
renamed Effects to EFX
Browse files Browse the repository at this point in the history
  • Loading branch information
8-Lambda-8 committed Jan 4, 2025
1 parent 009b023 commit 1324743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/palettegenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ QString PaletteGenerator::typetoString(PaletteGenerator::PaletteType type)
case Gobos: return tr("Gobo macros");
case ColourMacro: return tr("Colour macros");
case Animation: return tr("Animations");
case Effect: return tr("Effects");
case Effect: return tr("EFXs");
case Undefined:
default:
return tr("Unknown");
Expand Down Expand Up @@ -469,7 +469,7 @@ EFX *PaletteGenerator::createEffect(QList<Fixture *> fixtures, bool staggered, E
{
EFX *efx = new EFX(m_doc);

efx->setName(tr("Effect %1 %2 - ").arg(EFXFixture::modeToString(mode)).arg(staggered ? " Staggered " : "") + m_model);
efx->setName(tr("EFX %1 %2 - ").arg(EFXFixture::modeToString(mode)).arg(staggered ? " Staggered " : "") + m_model);

if (mode == EFXFixture::Mode::RGB)
{
Expand Down

0 comments on commit 1324743

Please sign in to comment.