diff ui/proxysettingsdlg.cpp @ 1009:c1f32c87716a

Fixed label and translation string.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 02 Sep 2014 12:18:04 +0200
parents 0f7aeb12e5e9
children 515345358b71
line wrap: on
line diff
--- a/ui/proxysettingsdlg.cpp	Tue Sep 02 11:55:15 2014 +0200
+++ b/ui/proxysettingsdlg.cpp	Tue Sep 02 12:18:04 2014 +0200
@@ -35,9 +35,9 @@
     iconTextLayout->addWidget(iconLabel);
 
     QLabel *explanation = new QLabel(tr("Please enter the proxy server to use in the field below.") +
-        "</br>" + tr("The URL can follow the scheme:") + " " + 
+        " " + tr("The URL can follow the scheme:") + "<br/>" + 
         tr("&lt;username&gt;:&lt;password&gt;@&lt;hostname&gt;:&lt;port&gt;") +
-        "</br></br>");
+        "<br/></br/>");
     explanation->setTextFormat(Qt::RichText);
     explanation->setWordWrap(true);
 

http://wald.intevation.org/projects/trustbridge/