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:
parent
6f90e83fd3
commit
121371bdbd
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ HOST = Host
|
|||
USER = User
|
||||
PORT = Port
|
||||
PASSWORD = Password
|
||||
TIMEOUT = Timeout
|
||||
TIMEOUT = Timeout (sec)
|
||||
WARNING = Warning
|
||||
INFO = Info
|
||||
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
PORT = Port
|
||||
HOST = Host
|
||||
CONNECTION_CLOSED_BY_FOREIGN_HOST= Connection closed by foreign host.
|
||||
TIMEOUT = Timeout
|
||||
TIMEOUT = Timeout (sec)
|
||||
|
|
Loading…
Add table
Reference in a new issue