Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-05-15 18:35:57 +0000
committerMichael Rennie2007-05-15 18:35:57 +0000
commit8c7fe7c7ba1d07f468cf118307a035fd93f76328 (patch)
treee621c7e7966434e5be3c9ed86bc7a35f9c54ee53 /org.eclipse.debug.ui/plugin.properties
parenta8a67bb731f2a640f5ef03b361310092453a60a3 (diff)
downloadeclipse.platform.debug-8c7fe7c7ba1d07f468cf118307a035fd93f76328.tar.gz
eclipse.platform.debug-8c7fe7c7ba1d07f468cf118307a035fd93f76328.tar.xz
eclipse.platform.debug-8c7fe7c7ba1d07f468cf118307a035fd93f76328.zip
Bug 187043
TVT33:TCT179: ja: mnemonic displayed in the hover text (linux only)
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties16
1 files changed, 11 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 45381a5fa..e83f6f525 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -133,9 +133,12 @@ VariablesView.name=Variables
VariableTextFontDefinition.label=Variable text font
VariableTextFontDefinition.description=Font to use for the label text of entries in the Variables, Registers and Expression views as well as the Inspect Popup Dialog.
StringVariablePreferencePage.name=String Substitution
-ToggleMemoryMonitorsPaneAction.name = Toggle Memory Monitors Pane
-ToggleSplitPaneAction.name = Toggle Split Pane
-LinkRenderingPanesAction.name = Link Memory Rendering Panes
+ToggleMemoryMonitorsPaneAction.name = &Toggle Memory Monitors Pane
+ToggleMemoryMonitorsPaneAction.tooltip = Toggle Memory Monitors Pane
+ToggleSplitPaneAction.name = Toggle &Split Pane
+ToggleSplitPaneAction.tooltip = Toggle Split Pane
+LinkRenderingPanesAction.name = &Link Memory Rendering Panes
+LinkRenderingPanesAction.tooltip = Link Memory Rendering Panes
AddRemoveRenderingMenu.name = Add/Remove Rendering
AddRenderingAction.name = Add Rendering
RemoveRenderingAction.name = Remove Rendering
@@ -333,8 +336,10 @@ memoryRenderingsExtensionPointName = Memory Renderings
TableRenderingPrefActionName = &Table Renderings Preferences...
-NewMemoryViewAction.label=New Memory View
-PinMemoryBlockAction.label=Pin Memory Monitor
+NewMemoryViewAction.label=&New Memory View
+NewMemoryViewAction.tooltip=New Memory View
+PinMemoryBlockAction.label=&Pin Memory Monitor
+PinMemoryBlockAction.tooltip=Pin Memory Monitor
TableRenderingInfo.label = Rendering Selection
preferenceKeywords.general=run debug breakpoints variables color
@@ -354,6 +359,7 @@ importBreakpoints.description=Import breakpoints from the local file system.
exportBreakpoints.description=Export breakpoints to the local file system.
switchMemoryBlock.label = Switch &Memory Monitor
+switchMemoryBlock.tooltip = Switch Memory Monitor
toggleMemoryMonitorsPane.label = Toggle Memory Monitors Pane
toggleMemoryMonitorsPane.description = Toggle visibility of the Memory Monitors Pane
nextMemoryBlockCommand.label = Next Memory Monitor

Back to the top