Skip to content

Commit

Permalink
Merge pull request #6239 from Jojo-Schmitz/barline-inspector-translat…
Browse files Browse the repository at this point in the history
…ions

fix translation of barline names in barlines inspector
  • Loading branch information
anatoly-os authored Jun 21, 2020
2 parents 440e241 + d2986c8 commit 0098c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/inspector/inspectorBarline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ InspectorBarLine::InspectorBarLine(QWidget* parent)
b.setupUi(addWidget());

for (auto i : BarLine::barLineTable)
b.type->addItem(qApp->translate("symUserName", i.userName), int(i.type));
b.type->addItem(qApp->translate("symUserNames", i.userName), int(i.type));

const std::vector<InspectorItem> il = {
{ Pid::LEADING_SPACE, 1, s.leadingSpace, s.resetLeadingSpace },
Expand Down

0 comments on commit 0098c22

Please sign in to comment.