Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-12-06 15:47:25 +0000
committerDarin Wright2006-12-06 15:47:25 +0000
commitf8d86449702b15b7d19efdb2a84618e8092f5b5b (patch)
treef9c233ea585b9da0e980e227e76543260469a7ad /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
parent2b70a6a413dd46a4287b952094b541389844115f (diff)
downloadeclipse.platform.debug-f8d86449702b15b7d19efdb2a84618e8092f5b5b.tar.gz
eclipse.platform.debug-f8d86449702b15b7d19efdb2a84618e8092f5b5b.tar.xz
eclipse.platform.debug-f8d86449702b15b7d19efdb2a84618e8092f5b5b.zip
Bug 75852 [variables] Support for custom details view widgets.
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties12
1 files changed, 7 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index 15ae76a7a..28aaf991c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -134,11 +134,13 @@ WatchAction_0=Error creating watch
WatchAction_1=An exception occurred while attempting to create watch item.
SkipAllBreakpointsAction_0=Skip All Breakpoints
SkipAllBreakpointsAction_2=Skip all breakpoints, whether they are enabled or not
-AssignValueAction_1=Assign Value
-AssignValueAction_2=Invalid Value
-AssignValueAction_3=The value {0} cannot be assigned to {1}
-AssignValueAction_4=Invalid Value
-AssignValueAction_0=Error Setting Value
+DetailPaneAssignValueAction_1=Assign Value
+DetailPaneAssignValueAction_2=Invalid Value
+DetailPaneAssignValueAction_3=The value {0} cannot be assigned to {1}
+DetailPaneAssignValueAction_4=Invalid Value
+DetailPaneAssignValueAction_0=Error Setting Value
+DetailPaneWordWrapAction_0=&Wrap Text
+DetailPaneMaxLengthAction_0=&Max Length...
RunToLineAction_0=Error
RunToLineAction_1=Run to line failed

Back to the top