Mercurial > trustbridge
changeset 1063:8a1071fee883
Fixed proxy server label.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Wed, 10 Sep 2014 14:55:40 +0200 |
parents | 515345358b71 |
children | 5e63335260f7 |
files | ui/proxysettingsdlg.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/proxysettingsdlg.cpp Wed Sep 10 11:06:49 2014 +0200 +++ b/ui/proxysettingsdlg.cpp Wed Sep 10 14:55:40 2014 +0200 @@ -37,7 +37,7 @@ QLabel *explanation = new QLabel(tr("Please enter the proxy server to use in the field below.") + " " + tr("The URL can follow the scheme:") + "<br/>" + - tr("[<username>:<password>]@<hostname>[:<port>]") + + tr("[<username>:<password>@]<hostname>[:<port>]") + "<br/></br/>"); explanation->setTextFormat(Qt::RichText); explanation->setWordWrap(true);