Skip to content

Commit

Permalink
Merge pull request #6038 from Jojo-Schmitz/translations
Browse files Browse the repository at this point in the history
fix some more translations
  • Loading branch information
anatoly-os committed May 4, 2020
1 parent 6af12a2 commit f579e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mscore/pianoroll/pianoroll.cpp
Expand Up @@ -98,7 +98,7 @@ PianorollEditor::PianorollEditor(QWidget* parent)

tbMain->addSeparator();

partLabel = new QLabel("Part:");
partLabel = new QLabel(tr("Part:"));
tbMain->addWidget(partLabel);

// --------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion share/workspaces/Advanced.xml
Expand Up @@ -1828,7 +1828,7 @@
<text><sym>metNoteQuarterUp</sym> = <sym>metNoteQuarterUp</sym></text>
</Tempo>
</Cell>
<Cell name="Metric modulation">
<Cell name="Dotted eighth note = quarter note metric modulation">
<mag>1.5</mag>
<Tempo>
<tempo>2</tempo>
Expand Down

0 comments on commit f579e6c

Please sign in to comment.