diff options
author | Giuseppe D'Angelo <dangelog@gmail.com> | 2011-09-12 16:43:21 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-09-12 16:43:21 (GMT) |
commit | 434686a926a2a6e71f3cdea2508898b7800f7c81 (patch) | |
tree | 15d966c8912ba9caed32f57470d56ecacbb51c90 /dist/changes-4.3.2 | |
parent | 6acb1a68962592e59cf2673de05661b39587c18c (diff) | |
download | Qt-434686a926a2a6e71f3cdea2508898b7800f7c81.zip Qt-434686a926a2a6e71f3cdea2508898b7800f7c81.tar.gz Qt-434686a926a2a6e71f3cdea2508898b7800f7c81.tar.bz2 |
Fix QNetworkReply::errorString returning an untranslated string
The QHttpNetworkConnectionPrivate::errorDetail is supposed to return a
translated string, which is then set as the QNetworkReply error.
The current code incorrectly uses QT_TRANSLATE_NOOP,
which mark the strings for translation, but does not translate them.
The result is that even with a translator loaded those strings are
written in English.
Fixes QTBUG-18382.
Merge-request: 2671
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'dist/changes-4.3.2')
0 files changed, 0 insertions, 0 deletions