You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/contents/ui/components/VideoSettingsDialog.qml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Kirigami.Dialog {
57
57
onCheckedChanged:root.loop= checked
58
58
}
59
59
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.")
0 commit comments