linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06007
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3031: rephrase an active mode setting
------------------------------------------------------------
revno: 3031
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2012-09-04 19:29:02 +0200
message:
rephrase an active mode setting
modified:
help/settings_connectivity_manual.html
win32/ConnectivityManualPage.cpp
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'help/settings_connectivity_manual.html'
--- help/settings_connectivity_manual.html 2012-09-03 19:14:25 +0000
+++ help/settings_connectivity_manual.html 2012-09-04 17:29:02 +0000
@@ -19,7 +19,7 @@
users</a> of the DC network.</p>
<dl style="margin-left: 40px;">
- <dt>Active mode (no router or manual router configuration)</dt>
+ <dt>Active mode (I have no router / I have configured my router)</dt>
<dd cshelp="IDH_SETTINGS_CONNECTIVITY_ACTIVE">
Select this mode if you are directly connected to the Internet (no router) or if you are
willing to manually configure port forwarding rules in your router. Use this mode only if the
=== modified file 'win32/ConnectivityManualPage.cpp'
--- win32/ConnectivityManualPage.cpp 2012-09-03 19:14:25 +0000
+++ win32/ConnectivityManualPage.cpp 2012-09-04 17:29:02 +0000
@@ -62,7 +62,7 @@
cur->column(0).mode = GridInfo::FILL;
cur->setSpacing(grid->getSpacing());
- active = cur->addChild(RadioButton::Seed(T_("Active mode (no router or manual router configuration)")));
+ active = cur->addChild(RadioButton::Seed(T_("Active mode (I have no router / I have configured my router)")));
active->setHelpId(IDH_SETTINGS_CONNECTIVITY_ACTIVE);
upnp = cur->addChild(RadioButton::Seed(T_("Active mode (let DC++ configure my router with NAT-PMP / UPnP)")));