1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-26 02:15:31 +02:00

[189818] Terminal View : Connection Settings, Telnel and SSH : Time out value does not have unit specified.

This commit is contained in:
Michael Scharf 2007-05-30 02:55:34 +00:00
parent 6f90e83fd3
commit 121371bdbd
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ HOST = Host
USER = User
PORT = Port
PASSWORD = Password
TIMEOUT = Timeout
TIMEOUT = Timeout (sec)
WARNING = Warning
INFO = Info

View file

@ -17,4 +17,4 @@
PORT = Port
HOST = Host
CONNECTION_CLOSED_BY_FOREIGN_HOST= Connection closed by foreign host.
TIMEOUT = Timeout
TIMEOUT = Timeout (sec)