Mercurial > trustbridge
changeset 1009:c1f32c87716a
Fixed label and translation string.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 12:18:04 +0200 |
parents | 2fb6071c6669 |
children | 9c4543128666 |
files | ui/l10n/trustbridge_de_DE.ts ui/proxysettingsdlg.cpp |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/l10n/trustbridge_de_DE.ts Tue Sep 02 11:55:15 2014 +0200 +++ b/ui/l10n/trustbridge_de_DE.ts Tue Sep 02 12:18:04 2014 +0200 @@ -605,7 +605,7 @@ <message> <location filename="../proxysettingsdlg.cpp" line="38"/> <source>The URL can follow the scheme:</source> - <translation>Die URL kann folgendem Schema folgen:</translation> + <translation>Die URL folgt diesem Schema:</translation> </message> <message> <location filename="../proxysettingsdlg.cpp" line="39"/>
--- 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("<username>:<password>@<hostname>:<port>") + - "</br></br>"); + "<br/></br/>"); explanation->setTextFormat(Qt::RichText); explanation->setWordWrap(true);