mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[226355] fix: [NL] Need to update the tooltip for switching to online for a connection
This commit is contained in:
parent
ffd50c0b55
commit
e8275c719b
2 changed files with 3 additions and 2 deletions
|
@ -1332,7 +1332,7 @@ h2 { background-color: #CCCCFF }
|
|||
<H3>RSEC3001</H3>
|
||||
<b>Severity: </b>Error<br>
|
||||
<b>LevelOne: </b>The connection %1 is currently offline and cannot be connected.<br>
|
||||
<b>LevelTwo: </b>You have performed an action which requires a live connection to the remote system. Switch the connection to online and perform the action again. To switch the connection online, right click on the connection %1 and select the Work Offline action.<br>
|
||||
<b>LevelTwo: </b>You have performed an action which requires a live connection to the remote system. Switch the connection to online and perform the action again. To switch the connection online, right click on the connection %1 and deselect the Work Offline action.<br>
|
||||
<br>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
# David McKnight (IBM) - [220309] [nls] Some GenericMessages and SubSystemResources should move from UI to Core
|
||||
# David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
|
||||
# David Dykstal (IBM) - [189274] provide import and export operations for profiles
|
||||
# Xuan Chen (IBM) - [226355] [NL] Need to update the tooltip for switching to online for a connection
|
||||
###############################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -89,6 +90,6 @@ RSESubSystemOperation_Notifying_registry_message = Notifying registry of connect
|
|||
MSG_CONNECTION_DELETED = Connection named {0} does not exist.
|
||||
|
||||
MSG_OFFLINE_CANT_CONNECT = The connection {0} is currently offline and cannot be connected.
|
||||
MSG_OFFLINE_CANT_CONNECT_DETAILS =You have performed an action which requires a live connection to the remote system. Switch the connection to online and perform the action again. To switch the connection online, right click on the connection {0} and select the Work Offline action.
|
||||
MSG_OFFLINE_CANT_CONNECT_DETAILS =You have performed an action which requires a live connection to the remote system. Switch the connection to online and perform the action again. To switch the connection online, right click on the connection {0} and deselect the Work Offline action.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue