Change 2 Palette texts
This commit is contained in:
parent
3f54db9e54
commit
e521c33400
3 changed files with 2 additions and 2 deletions
|
@ -1001,7 +1001,7 @@ Palette* MuseScore::newLinesPalette()
|
|||
gabel4->setBeginText("<sym>dynamicMezzo</sym><sym>dynamicForte</sym>");
|
||||
gabel4->setBeginTextAlign(Align::VCENTER);
|
||||
gabel4->setLen(w);
|
||||
sp->append(gabel4, qApp->translate("lines", "Dynamics + hairpin"));
|
||||
sp->append(gabel4, qApp->translate("lines", "Dynamic + hairpin"));
|
||||
|
||||
Volta* volta = new Volta(gscore);
|
||||
volta->setVoltaType(Volta::Type::CLOSED);
|
||||
|
@ -1037,7 +1037,7 @@ Palette* MuseScore::newLinesPalette()
|
|||
il.clear();
|
||||
il.append(2);
|
||||
volta->setEndings(il);
|
||||
sp->append(volta, QT_TRANSLATE_NOOP("Palette", "Seconda volta 2"));
|
||||
sp->append(volta, QT_TRANSLATE_NOOP("Palette", "Seconda volta, open"));
|
||||
|
||||
Ottava* ottava = new Ottava(gscore);
|
||||
ottava->setOttavaType(OttavaType::OTTAVA_8VA);
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue