Skip to content

Commit

Permalink
Merge pull request #1033 from Jojo-Schmitz/whitespace-corrections
Browse files Browse the repository at this point in the history
whitespace corrections
  • Loading branch information
lasconic committed Jul 10, 2014
2 parents 27861b1 + e31aae5 commit 8831b5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libmscore/articulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ ArticulationInfo Articulation::articulationList[int(ArticulationType::ARTICULATI
1.0, ArticulationShowIn::PITCHED_STAFF | ArticulationShowIn::TABLATURE
},
{ SymId::guitarFadeIn, SymId::guitarFadeIn,
"fadein", QT_TRANSLATE_NOOP("articulation", "fadein"),
"fadein", QT_TRANSLATE_NOOP("articulation", "fade in"),
1.0, ArticulationShowIn::PITCHED_STAFF | ArticulationShowIn::TABLATURE
},
{ SymId::guitarFadeOut, SymId::guitarFadeOut,
"fadeout", QT_TRANSLATE_NOOP("articulation", "fadeout"),
"fadeout", QT_TRANSLATE_NOOP("articulation", "fade out"),
1.0, ArticulationShowIn::PITCHED_STAFF | ArticulationShowIn::TABLATURE
},
{ SymId::brassMuteOpen, SymId::brassMuteOpen,
Expand Down
6 changes: 3 additions & 3 deletions mscore/editstyle.ui
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<item>
<widget class="QLabel" name="label_63">
<property name="text">
<string>Musical symbols font: </string>
<string>Musical symbols font:</string>
</property>
<property name="buddy">
<cstring>musicalSymbolFont</cstring>
Expand Down Expand Up @@ -263,7 +263,7 @@
<item>
<widget class="QLabel" name="SwingLabel">
<property name="text">
<string>Swing :</string>
<string>Swing:</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -314,7 +314,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Select swing ratio : </string>
<string>Select swing ratio:</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 8831b5d

Please sign in to comment.