Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xexamples/org.eclipse.swt.examples.launcher/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples.launcher/plugin.properties b/examples/org.eclipse.swt.examples.launcher/plugin.properties
index e92d2cbbe5..03066088cc 100755
--- a/examples/org.eclipse.swt.examples.launcher/plugin.properties
+++ b/examples/org.eclipse.swt.examples.launcher/plugin.properties
@@ -14,7 +14,7 @@ error.IncompleteProgramLaunchItem = Incomplete XML ProgramLaunchItem definition
error.IncompleteViewLaunchItem = Incomplete XML ViewLaunchItem definition
dialog.RunProgramProblems.title = Run Program Problems
-dialog.ProgramErrorCheckLog.message = Error while running program "{0}", check log for details.
+dialog.RunProgramErrorCheckLog.message = Error while running program "{0}", check log for details.
dialog.ImportProgramProblems.title = Add to Workbench Problems
dialog.InvalidTargetProjectPath.message = "{0}" is not a valid project name.

Back to the top