mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #739 from mestaritonttu/patch-21
Improvements and typo fixes in strings
This commit is contained in:
commit
376be42950
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user