Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
diff options
context:
space:
mode:
authorVivian Kong2010-02-01 16:23:38 +0000
committerVivian Kong2010-02-01 16:23:38 +0000
commit6d906f69c55386245c35bca7ca17648a2cccd76e (patch)
treed32b54ddabfc8e9d0ef4be37962f624732f2ae69 /dsf
parent85b56d1d8af80dac8a3456970b0ba8117df04b9b (diff)
downloadorg.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.tar.gz
org.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.tar.xz
org.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.zip
externalize strings in plugin.xml in various plugins
Diffstat (limited to 'dsf')
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/plugin.properties3
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/plugin.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/dsf/org.eclipse.cdt.dsf.ui/plugin.properties b/dsf/org.eclipse.cdt.dsf.ui/plugin.properties
index 2aad9fcefd9..43a550e2b7a 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/plugin.properties
+++ b/dsf/org.eclipse.cdt.dsf.ui/plugin.properties
@@ -59,4 +59,5 @@ StaleData.background.label=Stale data background color
StaleData.background.description=This color is used to indicate that a given element of data in a view is stale. User should refresh the view to see current data. The background color is used only when the view is in no-columns mode.
editorTextHover.label=Debugger
-editorTextHover.description=Shows formatted value in debugger hover \ No newline at end of file
+editorTextHover.description=Shows formatted value in debugger hover
+debugUpdateModes.label = Debug Update Modes \ No newline at end of file
diff --git a/dsf/org.eclipse.cdt.dsf.ui/plugin.xml b/dsf/org.eclipse.cdt.dsf.ui/plugin.xml
index 5f14fc83c46..3f4990492ba 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/plugin.xml
+++ b/dsf/org.eclipse.cdt.dsf.ui/plugin.xml
@@ -591,7 +591,7 @@
point="org.eclipse.ui.actionSets">
<actionSet
id="org.eclipse.cdt.dsf.debug.ui.updateModes"
- label="Debug Update Modes">
+ label="%debugUpdateModes.label">
<action
class="org.eclipse.cdt.dsf.debug.internal.ui.viewmodel.actions.RefreshAllRetargetAction"
definitionId="org.eclipse.cdt.dsf.debug.ui.refreshAll"

Back to the top