Skip to content
Snippets Groups Projects
Commit 44fb77ef authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: extend the tool tip message of tool bar editor delete profile button

... so that the user knows that deleting all profiles bring back the
default styles (such as default, minimalist, classic styles) with
new profiles.
parent d8a43e85
No related branches found
No related tags found
1 merge request!6428qml: extend the tool tip message of tool bar editor delete profile button
Pipeline #540251 passed with stage
in 11 minutes and 20 seconds
......@@ -174,7 +174,7 @@ WindowDialog {
}
Widgets.IconToolButton {
description: qsTr("Delete the current profile")
description: qsTr("Delete the current profile.\nDeleting all profiles brings back the default styles.")
text: VLCIcons.del
onClicked: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment