Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.docker.launcher/src/org/eclipse/cdt/internal/docker/launcher/messages.properties2
-rw-r--r--launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties10
2 files changed, 6 insertions, 6 deletions
diff --git a/launch/org.eclipse.cdt.docker.launcher/src/org/eclipse/cdt/internal/docker/launcher/messages.properties b/launch/org.eclipse.cdt.docker.launcher/src/org/eclipse/cdt/internal/docker/launcher/messages.properties
index 8f973da3004..4a9999226d8 100644
--- a/launch/org.eclipse.cdt.docker.launcher/src/org/eclipse/cdt/internal/docker/launcher/messages.properties
+++ b/launch/org.eclipse.cdt.docker.launcher/src/org/eclipse/cdt/internal/docker/launcher/messages.properties
@@ -40,7 +40,7 @@ ContainerTab_Ports_Group_Name=Ports
ContainerTab_Specify_Ports_Label=Manually specify ports and only publish selected entries to the host:
ContainerTab_Publish_All_Ports_Label=Publish all default exposed ports for image to random ports on the host
ContainerTab_Option_Group_Name=Additional Options
-ContainerTab_Connection_Selector_Label=Connection:
+ContainerTab_Connection_Selector_Label=Connection:\u0020
ContainerTab_Image_Selector_Label=Image:
ContainerTab_Port_Column=Container Port
ContainerTab_Type_Column=Type
diff --git a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties
index 026aac01f87..2cffe910b03 100644
--- a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties
+++ b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties
@@ -30,12 +30,12 @@ AbstractCLaunchDelegate_Project_NAME_does_not_exist=Project {0} does not exist.
AbstractCLaunchDelegate_Project_NAME_is_closed=Project {0} is closed
AbstractCLaunchDelegate_Debugger_Process=Debugger Process
AbstractCLaunchDelegate_building_projects=Building prerequisite project list
-AbstractCLaunchDelegate_building=Building
+AbstractCLaunchDelegate_building=Building\u0020
AbstractCLaunchDelegate_searching_for_errors=Searching for compile errors
-AbstractCLaunchDelegate_searching_for_errors_in=Searching for compile errors in
+AbstractCLaunchDelegate_searching_for_errors_in=Searching for compile errors in\u0020
AbstractCLaunchDelegate_20=Building prerequisite project list
AbstractCLaunchDelegate_Program_is_not_a_recognized_executable=Program is not a recognized executable.
-AbstractCLaunchDelegate_BuildBeforeLaunch=Build before launch -
+AbstractCLaunchDelegate_BuildBeforeLaunch=Build before launch -\u0020
AbstractCLaunchDelegate_PerformingBuild=Performing required build...
AbstractCLaunchDelegate_PerformingIncrementalBuild=Performing incremental workspace build...
AbstractCLaunchDelegate_Refresh=Refresh
@@ -166,7 +166,7 @@ WorkingDirectoryBlock_10=Working directory does not exist
WorkingDirectoryBlock_Use_default=Use de&fault
WorkingDirectoryBlock_17=Variabl&es...
WorkingDirectoryBlock_1=File S&ystem...
-WorkingDirectoryBlock_Exception_occurred_reading_configuration_15=Exception occurred reading configuration:
+WorkingDirectoryBlock_Exception_occurred_reading_configuration_15=Exception occurred reading configuration:\u0020
Launch_common_Exception_occurred_reading_configuration_EXCEPTION=Exception occurred reading configuration {0}
Launch_common_DebuggerColon=Debugger:
@@ -187,7 +187,7 @@ LocalCDILaunchDelegate_7=Core file does not exist or is not readable.
LocalCDILaunchDelegate_8=Error starting process.
LocalCDILaunchDelegate_9=Eclipse runtime does not support working directory.
LocalCDILaunchDelegate_10=Failed to set program arguments, environment or working directory.
-MultiLaunchConfigurationDelegate_0=Launching
+MultiLaunchConfigurationDelegate_0=Launching\u0020
MultiLaunchConfigurationDelegate_Cannot=Cannot launch ''{0}'' in the ''{1}'' mode
MultiLaunchConfigurationDelegate_Loop=Infinite loop detected for ''{0}'' configuration
MultiLaunchConfigurationDelegate_Action_None=None

Back to the top