Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-07-15 23:04:07 +0000
committerMikhail Khodjaiants2004-07-15 23:04:07 +0000
commit04f9e243c8d2e0f3431808768fa030d4a296a84d (patch)
tree3e028b538d46bdd9cb081a6359ed1389d80f1996 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent658a98966c4394ffb62fb8e2e042507e23be53b7 (diff)
downloadorg.eclipse.cdt-04f9e243c8d2e0f3431808768fa030d4a296a84d.tar.gz
org.eclipse.cdt-04f9e243c8d2e0f3431808768fa030d4a296a84d.tar.xz
org.eclipse.cdt-04f9e243c8d2e0f3431808768fa030d4a296a84d.zip
Fix for bug 70147. TVT3.0: Preferences CDT Editor has non-externalized string.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index d2d9ae6dc0b..59b9edccb62 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -113,3 +113,6 @@ RefreshAction.label=Refresh
RefreshAction.tooltip=Refresh View's Content
AutoRefreshAction.label=Auto-Refresh
AutoRefreshAction.tooltip=Automatically Refresh View's Content
+
+DebugTextHover.label=Debugger
+DebugTextHover.description=Shows the value of the expression selected in the debug perspective. \ No newline at end of file

Back to the top