The following commit has been merged in the trunk-ups branch:
commit e6c03412fb72b904abb17d4bc02f18038c06e935
Author: gentildemon <[EMAIL PROTECTED]>
Date: Tue Aug 26 09:36:52 2008 +0000
task #6153 - Error msg about blocked TCP port must be more precise
git-svn-id: svn+ssh://svn.gna.org/svn/wormux/[EMAIL PROTECTED]
30ef787d-52ff-0310-b286-e08351bb7647
diff --git a/src/menu/network_connection_menu.cpp
b/src/menu/network_connection_menu.cpp
index 289b3ad..bae23a5 100644
--- a/src/menu/network_connection_menu.cpp
+++ b/src/menu/network_connection_menu.cpp
@@ -339,7 +339,7 @@ bool NetworkConnectionMenu::HostingServer(const
std::string& port,
r = IndexServer::GetInstance()->SendServerStatus(game_name, password != "");
if (false == r) {
DisplayNetError(CONN_BAD_PORT);
- msg_box->NewMessage(_("Error: Your server is not reachable from the
internet. Check your firewall configuration"),
+ msg_box->NewMessage(Format(_("Error: Your server is not reachable from the
internet. Check your firewall configuration: TCP Port %s must accept connection
from the outside. If you are not directly connected to the internet, check your
router configuration: TCP Port %s must be forwarded on your computer."),
port.c_str(), port.c_str()),
c_red);
goto out;
}
--
Wormux PKG
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits