mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
kio: add typo to the possible causes for KIO::ERR_MALFORMED_URL
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ee59c22250
commit
3f6c5931af
1 changed files with 2 additions and 1 deletions
|
@ -534,6 +534,7 @@ KIO_EXPORT QByteArray KIO::rawErrorDetail(int errorCode, const QString &errorTex
|
||||||
"formatted. The format of a URL is generally as follows:"
|
"formatted. The format of a URL is generally as follows:"
|
||||||
"<blockquote><strong>protocol://user:password@www.example.org:port/folder/"
|
"<blockquote><strong>protocol://user:password@www.example.org:port/folder/"
|
||||||
"filename.extension?query=value</strong></blockquote>" );
|
"filename.extension?query=value</strong></blockquote>" );
|
||||||
|
causes << cTypo;
|
||||||
solutions << sTypo;
|
solutions << sTypo;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue