summaryrefslogtreecommitdiffstats
path: root/src/controls/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Button.qml')
-rw-r--r--src/controls/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Button.qml b/src/controls/Button.qml
index 6872a143a..5249d21f3 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -51,7 +51,7 @@ import "Styles/Settings.js" as Settings
The push button is perhaps the most commonly used widget in any graphical
user interface. Pushing (or clicking) a button commands the computer to
- perform some action or to answer a question. Common examples of buttons are
+ perform some action or answer a question. Common examples of buttons are
OK, Apply, Cancel, Close, Yes, No, and Help buttons.
Button is similar to the QPushButton widget.