Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-02-28 15:53:31 +0000
committerMichael Rennie2007-02-28 15:53:31 +0000
commit0cdc6fe2c631dcb213eea991eb3c4106e50763b6 (patch)
treee6d8d52b09a6ca1f8094816bcd786b45b80dc8c8 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
parent0e45dc3beae5a327a15b66c02815db84349e38e6 (diff)
downloadeclipse.platform.debug-0cdc6fe2c631dcb213eea991eb3c4106e50763b6.tar.gz
eclipse.platform.debug-0cdc6fe2c631dcb213eea991eb3c4106e50763b6.tar.xz
eclipse.platform.debug-0cdc6fe2c631dcb213eea991eb3c4106e50763b6.zip
Bug 173181
[variables][views] change background colour is hard to work with....
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
index 11c1e90d3..739ff6b4e 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
@@ -32,7 +32,7 @@ DebugPreferencePage_1=General Settings for Running and Debugging.
DebugPreferencePage_2=Re&use editor when displaying source code
DebugPreferencePage_3=Activate the workbenc&h when a breakpoint is hit
DebugPreferencePage_0=&Memory unbuffered color:
-DebugPreferencePage_4=&Changed value color:
+DebugPreferencePage_4=&Changed variable value color:
DebugPreferencePage_10=Si&ze of recently launched applications list:
DebugPreferencePage_11=The size of recently launched applications should be between {0} and {1}
DebugPreferencePage_21=Open the associated perspective when an application suspends
@@ -42,7 +42,7 @@ DebugPreferencePage_24=&Prompt
DebugPreferencePage_25=Skip &breakpoints during a 'Run to Line' operation.
DebugPreferencePage_26=A&ctivate the debug view when a breakpoint is hit
DebugPreferencePage_27=Memor&y buffered color:
-DebugPreferencePage_28=Changed value bac&kground color
+DebugPreferencePage_28=Changed variable value bac&kground color
DebugPreferencePage_29=&Prompt for confirmation when deleting all breakpoints.
DebugPreferencePage_30=Prompt for confirmation when deleting breakpoint con&tainers.

Back to the top