Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2006-06-12 16:32:07 +0000
committerKevin Barnes2006-06-12 16:32:07 +0000
commitb5bf17f15390b1e46c2b8759558f29f2bc4bacd3 (patch)
tree02737a957f8c2feb338153d75fcd922c0f4758d3 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesViewMessages.properties
parentf38ccc82a9695b2fd823947ee2b614e4188bda3d (diff)
downloadeclipse.platform.debug-b5bf17f15390b1e46c2b8759558f29f2bc4bacd3.tar.gz
eclipse.platform.debug-b5bf17f15390b1e46c2b8759558f29f2bc4bacd3.tar.xz
eclipse.platform.debug-b5bf17f15390b1e46c2b8759558f29f2bc4bacd3.zip
Bug 134304 - Fix broken NLS strings
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesViewMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesViewMessages.properties6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesViewMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesViewMessages.properties
index 0702827ff..4bf734b63 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesViewMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/VariablesViewMessages.properties
@@ -9,11 +9,6 @@
# IBM Corporation - initial API and implementation
###############################################################################
-find_replace_action_label=&Find/Replace...
-find_replace_action_tooltip=Find/Replace
-find_replace_action_image=
-find_replace_action_description=Find/Replace
-
VariablesView__Copy_8=&Copy
VariablesView__Paste_14=&Paste
VariablesView__error_occurred_retrieving_value__18=<error occurred retrieving value>
@@ -35,7 +30,6 @@ IndexedVariablePartition_4=Value modification not supported for indexed partitio
AvailableLogicalStructuresAction_0=Select From Available Logical Structures
AvailableLogicalStructuresAction_1=&Show As
-AvailableLogicalStructuresAction_2=\ (displayed)
MaxDetailsLengthDialog_0=Configure Details Area
MaxDetailsLengthDialog_1=&Maximum characters to display in details area (0 = unlimited):
MaxDetailsLengthDialog_2=Integer must be non-negative

Back to the top