Skip to content

Commit e566f03

Browse files
committed
feat: clarify how to use 'Next video' option in video settings dialog
1 parent 74b1c0e commit e566f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/contents/ui/components/VideoSettingsDialog.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Kirigami.Dialog {
5757
onCheckedChanged: root.loop = checked
5858
}
5959
Kirigami.ContextualHelpButton {
60-
toolTipText: i18n("If enabled the video will loop continuously instead of playing the next one.<br>Use the <strong>Next Video</strong> option to play the next video in the list.")
60+
toolTipText: i18n("If enabled the video will loop continuously instead of playing the next one.<br>Use <strong>Next Video</strong> from the Desktop right click menu to play the next video in the list.")
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)