Skip to content

Commit

Permalink
Merge pull request #648 from Jojo-Schmitz/orig_txt
Browse files Browse the repository at this point in the history
fix #23366: more capitalisation
  • Loading branch information
wschweer committed Jan 20, 2014
2 parents e94b14c + 67873d3 commit 9119910
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mscore/editstringdata.ui
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Number of Frets:</string>
<string>Number of frets:</string>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions mscore/shortcutcapturedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Enter shortcut sequence</string>
<string>Enter Shortcut Sequence</string>
</property>
<property name="modal">
<bool>true</bool>
Expand All @@ -35,7 +35,7 @@
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="descrLabel">
<property name="text">
<string>Press up to 4 keys to enter shortcut sequence!</string>
<string>Press up to four keys to enter shortcut sequence</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down
10 changes: 5 additions & 5 deletions mscore/stafftype.ui
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<string>Create a new staff type of current group.</string>
</property>
<property name="text">
<string>Create new standard type</string>
<string>Create New Standard Type</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -359,7 +359,7 @@
<item row="0" column="1">
<widget class="QCheckBox" name="upsideDown">
<property name="text">
<string>Upside Down</string>
<string>Upside down</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -999,7 +999,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>Show Rests</string>
<string>Show rests</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1110,7 +1110,7 @@
<item>
<widget class="QPushButton" name="newTypeTablature">
<property name="text">
<string>Create new tablature type</string>
<string>Create New Tablature Type</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1225,7 +1225,7 @@
<item>
<widget class="QPushButton" name="newTypePercussion">
<property name="text">
<string>Create new percussion type</string>
<string>Create New Percussion type</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 9119910

Please sign in to comment.