Skip to content

Commit

Permalink
Merge pull request #2822 from Jojo-Schmitz/untranslate
Browse files Browse the repository at this point in the history
fix #124476: no need to translate a plus sign
  • Loading branch information
lasconic committed Sep 16, 2016
2 parents 9855cb1 + 639a1aa commit 1ee506a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mscore/excerptsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<string>Add instrument</string>
</property>
<property name="text">
<string>+</string>
<string notr="true">+</string>
</property>
</widget>
</item>
Expand All @@ -280,7 +280,7 @@
<string>Remove instrument</string>
</property>
<property name="text">
<string>-</string>
<string notr="true">-</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion mscore/metaedit.ui
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<item>
<widget class="QPushButton" name="newButton">
<property name="text">
<string>+</string>
<string notr="true">+</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 1ee506a

Please sign in to comment.