Merge pull request #739 from mestaritonttu/patch-21

Improvements and typo fixes in strings
This commit is contained in:
csoler 2017-03-07 21:51:13 +01:00 committed by GitHub
commit 376be42950

View File

@ -43,14 +43,14 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Port :</string> <string>Port:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QCheckBox" name="allIp_CB"> <widget class="QCheckBox" name="allIp_CB">
<property name="text"> <property name="text">
<string>allow access from all IP adresses (Default: localhost only)</string> <string>Allow access from all IP addresses (Default: localhost only)</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -60,14 +60,14 @@
<item> <item>
<widget class="QPushButton" name="applyStartBrowser_PB"> <widget class="QPushButton" name="applyStartBrowser_PB">
<property name="text"> <property name="text">
<string>apply setting and start browser</string> <string>Apply setting and start browser</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface.</string> <string>Note: these settings do not affect retroshare-nogui. Retroshare-nogui has a command line switch to activate the web interface.</string>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>