Skip to content

Commit 228bb74

Browse files
committed
Update transpose dialog copy
1 parent c0ce4c8 commit 228bb74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/notation/view/widgets/transposedialog.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<item>
129129
<spacer name="verticalSpacer">
130130
<property name="orientation">
131-
<enum>Qt::Vertical</enum>
131+
<enum>Qt::Orientation::Vertical</enum>
132132
</property>
133133
<property name="sizeHint" stdset="0">
134134
<size>
@@ -337,7 +337,7 @@
337337
<item>
338338
<spacer name="verticalSpacer_2">
339339
<property name="orientation">
340-
<enum>Qt::Vertical</enum>
340+
<enum>Qt::Orientation::Vertical</enum>
341341
</property>
342342
<property name="sizeHint" stdset="0">
343343
<size>
@@ -446,7 +446,7 @@
446446
<item>
447447
<spacer name="verticalSpacer_3">
448448
<property name="orientation">
449-
<enum>Qt::Vertical</enum>
449+
<enum>Qt::Orientation::Vertical</enum>
450450
</property>
451451
<property name="sizeHint" stdset="0">
452452
<size>
@@ -510,7 +510,7 @@
510510
<item row="0" column="0" colspan="2">
511511
<widget class="QCheckBox" name="transposeChordNames">
512512
<property name="text">
513-
<string>Transpose chord symbols</string>
513+
<string>Transpose chord symbols and fretboard diagrams</string>
514514
</property>
515515
<property name="checked">
516516
<bool>true</bool>
@@ -550,10 +550,10 @@
550550
<item>
551551
<widget class="QDialogButtonBox" name="buttonBox">
552552
<property name="orientation">
553-
<enum>Qt::Horizontal</enum>
553+
<enum>Qt::Orientation::Horizontal</enum>
554554
</property>
555555
<property name="standardButtons">
556-
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
556+
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
557557
</property>
558558
</widget>
559559
</item>

0 commit comments

Comments
 (0)