Skip to content

Commit

Permalink
Merge pull request #5286 from Jojo-Schmitz/untranslate-+
Browse files Browse the repository at this point in the history
don't translate standalone "+" signs
  • Loading branch information
anatoly-os committed Aug 30, 2019
2 parents 0c1558b + 4a90cb4 commit 7a3c7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mscore/palettebox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void PaletteBox::retranslate()
setWindowTitle(tr("Palettes"));
singlePaletteAction->setText(tr("Single Palette"));
workspaceList->setToolTip(tr("Select workspace"));
addWorkspaceButton->setText(tr("+"));
addWorkspaceButton->setText("+");
addWorkspaceButton->setToolTip(tr("Add new workspace"));
updateWorkspaces();
}
Expand Down
2 changes: 1 addition & 1 deletion mscore/parteditbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
<string>Show details</string>
</property>
<property name="text">
<string>+</string>
<string notr="true">+</string>
</property>
<property name="checkable">
<bool>true</bool>
Expand Down

0 comments on commit 7a3c7ad

Please sign in to comment.