Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-11-03 09:33:14 +0000
committerLars Vogel2020-11-03 09:33:14 +0000
commit4dfe4721068594609b70c186360ec8e86ceec2ef (patch)
tree5327b95d58e23580bea34b8221d22195d56d59d2
parent519cf752fec01fa27513dd25b9c02a002ea0b8da (diff)
downloadeclipse.platform.debug-4dfe4721068594609b70c186360ec8e86ceec2ef.tar.gz
eclipse.platform.debug-4dfe4721068594609b70c186360ec8e86ceec2ef.tar.xz
eclipse.platform.debug-4dfe4721068594609b70c186360ec8e86ceec2ef.zip
Bug 568482 - Shorter the configuration has unsaved changes textY20201103-1200I20201103-1800
Change-Id: Ibe75e127f6fe59319b4bca788e4510cad3a03cec Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
index 9361e7b52..a26a4d1cc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
@@ -104,7 +104,7 @@ LaunchConfigurationDialog_Name_required_for_launch_configuration_11=A name is re
LaunchConfigurationEditDialog_0=Modify configuration and continue.
LaunchConfigurationEditDialog_1=Con&tinue
LaunchConfigurationDialog_Ready_to_launch_2=Ready to launch
-LaunchConfigurationDialog_The_configuration___29=The configuration "{0}" has unsaved changes. Do you wish to save them?
+LaunchConfigurationDialog_The_configuration___29=Save the changes in the configuration "{0}"?
LaunchConfigurationDialog_The_configuration___35=The configuration "{0}" has unsaved changes that CANNOT be saved because of the following error:\n\n
LaunchConfigurationFilteredTree_discard_changes=Discard Changes
LaunchConfigurationDialog_unspecified_28=unspecified

Back to the top