Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-10-02 20:58:59 +0000
committerMichael Rennie2007-10-02 20:58:59 +0000
commite3d8a4714560089edc10d9232cce56acc0607d7d (patch)
treeda82b8994f4f60e2e92752190fb7dbc23bf21e86 /org.eclipse.debug.ui/plugin.properties
parent4187b162f297be47991870f2ba491fddf17656f9 (diff)
downloadeclipse.platform.debug-e3d8a4714560089edc10d9232cce56acc0607d7d.tar.gz
eclipse.platform.debug-e3d8a4714560089edc10d9232cce56acc0607d7d.tar.xz
eclipse.platform.debug-e3d8a4714560089edc10d9232cce56acc0607d7d.zip
Bug 12898 [launching] Import/Export of launch configs
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index c1ff91ade..227cc9ee7 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -358,6 +358,10 @@ exportBreakpoints.name=Breakpoints
importBreakpoints.description=Import breakpoints from the local file system.
exportBreakpoints.description=Export breakpoints to the local file system.
+importLaunchConfigurations.name=Launch Configurations
+importLaunchConfigurations.description=Import launch configurations from the local file system.
+exportLaunchConfigurations.description=Export launch configurations to the local file system.
+
switchMemoryBlock.label = Switch &Memory Monitor
switchMemoryBlock.tooltip = Switch Memory Monitor
toggleMemoryMonitorsPane.label = Toggle Memory Monitors Pane

Back to the top