summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-13 11:51:45 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-07-15 12:19:33 +0200
commit1a280b2072c5f91088874a01d5cc2ffbec9b9976 (patch)
tree3cdd39b7799734da573ad78e907ebe50e843890c /src/corelib/global
parent7ec5cba6de08f8988df0465d4084d6d512278a24 (diff)
Update documentation of Qt::TextDate
This follows up on commit 5ba66c5622e9e0da87a5037399b375d7e8cee554, which removed all locale-dependence from QDateTime; I neglected the doc of the DateFormat enum. Change-Id: I244db9c6e1ab47892162c7f441c2b4202662e6e4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 1e04cb9573..54407e4180 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -681,7 +681,7 @@
\value TextDate The default Qt format, which includes the day and month name,
the day number in the month, and the year in full. The day and month names will
- be short, localized names. This is basically equivalent to using the date format
+ be short names in English. This is basically equivalent to using the date format
string, "ddd MMM d yyyy". See QDate::toString() for more information.
\value ISODate \l{ISO 8601} extended format: either \c{yyyy-MM-dd} for dates or