summaryrefslogtreecommitdiffstats
path: root/src/gui/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/util')
-rw-r--r--src/gui/util/qvalidator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qvalidator.cpp b/src/gui/util/qvalidator.cpp
index dbb8575397..f704ec2a72 100644
--- a/src/gui/util/qvalidator.cpp
+++ b/src/gui/util/qvalidator.cpp
@@ -314,7 +314,7 @@ void QValidator::fixup(QString &) const
Notice that the value \c 999 returns Intermediate. Values
consisting of a number of digits equal to or less than the max
value are considered intermediate. This is intended because the
- digit that prevents a number to be in range is not necessarily the
+ digit that prevents a number from being in range is not necessarily the
last digit typed. This also means that an intermediate number can
have leading zeros.