aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/AbstractButtonSection.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/designer/AbstractButtonSection.qml')
-rw-r--r--src/imports/controls/designer/AbstractButtonSection.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/designer/AbstractButtonSection.qml b/src/imports/controls/designer/AbstractButtonSection.qml
index 454774d1..2ccb8231 100644
--- a/src/imports/controls/designer/AbstractButtonSection.qml
+++ b/src/imports/controls/designer/AbstractButtonSection.qml
@@ -108,8 +108,8 @@ Section {
}
Label {
- text: qsTr("Repeat")
- tooltip: qsTr("Whether the button repeats while pressed and held down.")
+ text: qsTr("Auto-Repeat")
+ tooltip: qsTr("Whether the button repeats pressed(), released() and clicked() signals while the button is pressed and held down.")
}
SecondColumnLayout {
CheckBox {