Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-01-11 21:56:52 +0000
committerMichael Rennie2006-01-11 21:56:52 +0000
commit61cc7d86e557cf57c6033765857fcb03779e5f78 (patch)
treef10c61ffb709b7bb6c19e20e2c61e82661bb2b2d /org.eclipse.debug.ui/plugin.properties
parent58ccca350f598dda3f0e062b43a495c3703cb78c (diff)
downloadeclipse.platform.debug-61cc7d86e557cf57c6033765857fcb03779e5f78.tar.gz
eclipse.platform.debug-61cc7d86e557cf57c6033765857fcb03779e5f78.tar.xz
eclipse.platform.debug-61cc7d86e557cf57c6033765857fcb03779e5f78.zip
leverages the mapped resource in part to fix bugs 19521 and 113772, includes new pref page and changes to LCD
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index a8b6c7413..90e30231d 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -136,7 +136,8 @@ LinkRenderingPanesAction.name = Link Memory Rendering Panes
AddRemoveRenderingMenu.name = Add/Remove Rendering
AddRenderingAction.name = Add Rendering
RemoveRenderingAction.name = Remove Rendering
-PerspectivePreferencePage.name = Perspectives
+PerspectivePreferencePage.name = Perspective Switching
+LaunchConfigurationsPage.name = Launch Configurations
#string subtitution variables
string_prompt.description=Returns the text value entered into a prompt dialog. When one argument is provided, it is used as a prompt hint on the input dialog. When a second argument is provided, it is used as an initial value in the input dialog. The first and second arguments must be separated with a ':'.

Back to the top