diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html b/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html index 7600a8148d2..4cab159fd0d 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html +++ b/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html @@ -1332,7 +1332,7 @@ h2 { background-color: #CCCCFF }

RSEC3001

Severity: Error
LevelOne: The connection %1 is currently offline and cannot be connected.
-LevelTwo: 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.
+LevelTwo: 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.

diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties index e0318c0ebc3..c5d3e9d01b1 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/messages.properties @@ -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.