mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Correct typographical error in remote console translation
This commit is contained in:
parent
2939007bac
commit
1d0c77de2c
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ public class ConsoleMessages extends NLS {
|
|||
public static String STATUS_CLOSED;
|
||||
|
||||
public static String CONNECTING_TO_TERMINAL;
|
||||
public static String OPENNING_TERMINAL;
|
||||
public static String OPENING_TERMINAL;
|
||||
public static String MAKING_CONNECTION;
|
||||
public static String DISCONNECTING;
|
||||
public static String TerminalConsoleConnector_0;
|
||||
|
|
|
@ -22,7 +22,7 @@ STATUS_CONNECTING = CONNECTING...
|
|||
STATUS_CLOSED = CLOSED
|
||||
|
||||
CONNECTING_TO_TERMINAL = Connecting to Command Shell
|
||||
OPENNING_TERMINAL = Openning Command Shell
|
||||
OPENING_TERMINAL = Opening Command Shell
|
||||
MAKING_CONNECTION = Making Connection
|
||||
DISCONNECTING = Disconnecting
|
||||
TerminalConsoleConnector_0=Command shell not supported on this connection
|
||||
|
|
|
@ -42,7 +42,7 @@ public class TerminalConsoleFactory implements IConsoleFactory {
|
|||
}
|
||||
|
||||
public static void openConsole(final IRemoteConnection connection, final String encoding) {
|
||||
Job j = new Job(ConsoleMessages.OPENNING_TERMINAL) {
|
||||
Job j = new Job(ConsoleMessages.OPENING_TERMINAL) {
|
||||
@Override
|
||||
public IStatus run(IProgressMonitor monitor) {
|
||||
return openConsoleImplementation(connection, encoding, monitor);
|
||||
|
|
Loading…
Add table
Reference in a new issue