Skip to content

Commit 95bf167

Browse files
SilverGreen93Jojo-Schmitz
authored andcommitted
Make '&' translatable in formatLayerTitle
1 parent 12988a5 commit 95bf167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instrumentsscene/view/systemobjectslayertreeitem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static QString formatLayerTitle(const SystemObjectGroups& groups)
5353
}
5454

5555
if (i == lastIdx) {
56-
title += " & ";
56+
title += " " + muse::qtrc("layoutpanel", "&") + " ";
5757
} else {
5858
title += ", ";
5959
}

0 commit comments

Comments
 (0)