"Cables? Where we're going, we don't need cables."

This commit is contained in:
str4d
2017-01-15 14:17:20 +00:00
parent e141abb5de
commit 6308038a08

View File

@@ -192,7 +192,7 @@ public class SummaryHelper extends HelperBase {
return _t(status.toStatusString());
case DISCONNECTED:
return _t("Disconnected - check network cable");
return _t("Disconnected - check network connection");
case HOSED:
return _t("ERR-UDP Port In Use - Set i2np.udp.internalPort=xxxx in advanced config and restart");