Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-05-26 17:20:45 +0000
committerSarika Sinha2018-06-01 06:26:22 +0000
commitcf628acb2b5ae376e7468f95112d02628791c915 (patch)
tree990e95d126627dc13aa2ff637724ecc731c1fe66 /org.eclipse.debug.ui/ui/org
parentdd196b4d376562d7ba9203b0303ad7d7d5a550dd (diff)
downloadeclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.tar.gz
eclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.tar.xz
eclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.zip
Bug 535148 - Export launch wizard confirmation dialog typo
Add missing "to". Change-Id: I5f5ebd168a56d8fbe9bf21dc54c07fe957712236 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug: 535148
Diffstat (limited to 'org.eclipse.debug.ui/ui/org')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/WizardMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/WizardMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/WizardMessages.properties
index b2d6f0d4b..77765595c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/WizardMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/WizardMessages.properties
@@ -13,7 +13,7 @@ ExportLaunchConfigurationsWizardPage_0=Brows&e...
ExportLaunchConfigurationsWizardPage_1=&Overwrite existing file(s) without warning
ExportLaunchConfigurationsWizardPage_10=Exporting Launch Configurations
ExportLaunchConfigurationsWizardPage_11=Overwrite?
-ExportLaunchConfigurationsWizardPage_12=Would you like overwrite {0}?
+ExportLaunchConfigurationsWizardPage_12=Would you like to overwrite {0}?
ExportLaunchConfigurationsWizardPage_13=Yes
ExportLaunchConfigurationsWizardPage_14=Yes to All
ExportLaunchConfigurationsWizardPage_15=No

Back to the top