mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 07:15:39 +02:00
[189818] Terminal View : Connection Settings, Telnel and SSH : Time out value does not have unit specified.
This commit is contained in:
parent
5ac50e575d
commit
7f123847a5
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ HOST = Host
|
||||||
USER = User
|
USER = User
|
||||||
PORT = Port
|
PORT = Port
|
||||||
PASSWORD = Password
|
PASSWORD = Password
|
||||||
TIMEOUT = Timeout
|
TIMEOUT = Timeout (sec)
|
||||||
WARNING = Warning
|
WARNING = Warning
|
||||||
INFO = Info
|
INFO = Info
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
PORT = Port
|
PORT = Port
|
||||||
HOST = Host
|
HOST = Host
|
||||||
CONNECTION_CLOSED_BY_FOREIGN_HOST= Connection closed by foreign host.
|
CONNECTION_CLOSED_BY_FOREIGN_HOST= Connection closed by foreign host.
|
||||||
TIMEOUT = Timeout
|
TIMEOUT = Timeout (sec)
|
||||||
|
|
Loading…
Add table
Reference in a new issue