1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Bug 335776: Typo in translation string gives exception

This commit is contained in:
Marc Khouzam 2011-01-29 18:56:26 +00:00
parent 1b637c4f8a
commit 0c02ab5445
5 changed files with 6 additions and 6 deletions

View file

@ -92,7 +92,7 @@ AbstractCLaunchDelegate.building=Building
AbstractCLaunchDelegate.searching_for_errors=Searching for compile errors
AbstractCLaunchDelegate.searching_for_errors_in=Searching for compile errors in
AbstractCLaunchDelegate.20=Building prerequisite project list
AbstractCLaunchDelegate.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
AbstractCLaunchDelegate.Program_is_not_a_recognized_executable=Program is not a recognized executable.
LocalRunLaunchDelegate.Launching_Local_C_Application=Launching Local C/C++ Application
LocalRunLaunchDelegate.Failed_setting_runtime_option_though_debugger=Failed to set program arguments, environment or working directory.
@ -157,7 +157,7 @@ CMainTab.Search...=Searc&h Project...
CMainTab.Choose_program_to_run=Choose a &program to run:
CMainTab.Choose_program_to_run_from_NAME=Choose a program to run from {0}:
CMainTab.UseTerminal=Connect process input && output to a terminal.
CMainTab.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
CMainTab.Program_is_not_a_recognized_executable=Program is not a recognized executable.
CDebuggerTab.Advanced_Options_Dialog_Title=Advanced Options
CDebuggerTab.Stop_at_main_on_startup=Stop on startup at:

View file

@ -28,7 +28,7 @@ AbstractCLaunchDelegate.building=Building
AbstractCLaunchDelegate.searching_for_errors=Searching for compile errors
AbstractCLaunchDelegate.searching_for_errors_in=Searching for compile errors in
AbstractCLaunchDelegate.20=Building prerequisite project list
AbstractCLaunchDelegate.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
AbstractCLaunchDelegate.Program_is_not_a_recognized_executable=Program is not a recognized executable.
LocalRunLaunchDelegate.Launching_Local_C_Application=Launching Local C/C++ Application
LocalRunLaunchDelegate.Failed_setting_runtime_option_though_debugger=Failed to set program arguments, environment or working directory.

View file

@ -832,7 +832,7 @@ abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegat
}
Status status = new Status(IStatus.ERROR,getPluginID(),
ICDTLaunchConfigurationConstants.ERR_PROGRAM_NOT_BINARY,
LaunchMessages.AbstractCLaunchDelegate_Program_is_not_a_recongnized_executable + " " + exePath.toOSString(),
LaunchMessages.AbstractCLaunchDelegate_Program_is_not_a_recognized_executable + " " + exePath.toOSString(),
exception);
throw new CoreException(status);
}

View file

@ -30,7 +30,7 @@ public class LaunchMessages extends NLS {
public static String AbstractCLaunchDelegate_searching_for_errors;
public static String AbstractCLaunchDelegate_searching_for_errors_in;
public static String AbstractCLaunchDelegate_20;
public static String AbstractCLaunchDelegate_Program_is_not_a_recongnized_executable;
public static String AbstractCLaunchDelegate_Program_is_not_a_recognized_executable;
public static String AbstractCLaunchDelegate_BuildBeforeLaunch;
public static String AbstractCLaunchDelegate_PerformingBuild;
public static String AbstractCLaunchDelegate_PerformingIncrementalBuild;

View file

@ -30,7 +30,7 @@ AbstractCLaunchDelegate_building=Building
AbstractCLaunchDelegate_searching_for_errors=Searching for compile errors
AbstractCLaunchDelegate_searching_for_errors_in=Searching for compile errors in
AbstractCLaunchDelegate_20=Building prerequisite project list
AbstractCLaunchDelegate_Program_is_not_a_recongnized_executable=Program is not a recognized executable.
AbstractCLaunchDelegate_Program_is_not_a_recognized_executable=Program is not a recognized executable.
AbstractCLaunchDelegate_BuildBeforeLaunch=Build before launch -
AbstractCLaunchDelegate_PerformingBuild=Performing required build...
AbstractCLaunchDelegate_PerformingIncrementalBuild=Performing incremental workspace build...