Rebranding, tooltip, and What's This string cleanup.

pull/2/head
Darrell Anderson 11 years ago
parent 35089fff6d
commit 20e9cd1b44

@ -128,7 +128,7 @@
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>This information points to the the ftp server. HOST can either be a standard ip adress like 192.168.2.1 or a domain name. PORT is the port number on which the ftp server listens. In most cases this is 21. Both are seperated by a ":" character. A legit input would be "ftp.kde.org:21".</string>
<string>This information points to the the ftp server. HOST can either be a standard ip adress like 192.168.2.1 or a domain name. PORT is the port number on which the ftp server listens. In most cases this is 21. Both are seperated by a ":" character. A legitimate input string would look like this: "ftp://ftp.trinitydesktop.org/:21".</string>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1" rowspan="1" colspan="2">

@ -89,7 +89,7 @@
<set>AlignAuto</set>
</property>
<property name="whatsThis" stdset="0">
<string>This information points to the the ftp server. HOST can either be a standard ip adress like "192.168.2.1" or a domain name. PORT is the port number on which the ftp server listens. In most cases this is 21. Both are seperated by a ":" character. A legit input would be "ftp.kde.org:21".</string>
<string>This information points to the the ftp server. HOST can either be a standard ip adress like "192.168.2.1" or a domain name. PORT is the port number on which the ftp server listens. In most cases this is 21. Both are seperated by a ":" character. A legitimate input string would look like this: "ftp://ftp.trinitydesktop.org/:21".</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">

Loading…
Cancel
Save