fix accessibilty texts for new fingering inspector
and correct a typo in a comment
This commit is contained in:
parent
73a2e6a1a4
commit
c8fdd20908
2 changed files with 3 additions and 3 deletions
|
@ -281,7 +281,7 @@ class MasterScore;
|
|||
// Movements
|
||||
// A movement is a unit of a larger work that may stand
|
||||
// by itself as a complete composition.
|
||||
// A MuseScore score fille can contain several movements represented as
|
||||
// A MuseScore score file can contain several movements represented as
|
||||
// MasterScore's. A MasterScore can have several parts represented
|
||||
// as Score. MasterScores are connected in a double linked list.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<string>Reset to default</string>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>Reset 'Direction' value</string>
|
||||
<string>Reset 'Bold' value</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true"/>
|
||||
|
@ -109,7 +109,7 @@
|
|||
<string>Reset to default</string>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>Reset 'Direction' value</string>
|
||||
<string>Reset 'Font face' value</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true"/>
|
||||
|
|
Loading…
Reference in a new issue