mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 421263 - "Copy" & "Paste" command labels for tm.terminal unexternalized
This commit is contained in:
parent
e4e56199ef
commit
e424a5dfed
2 changed files with 5 additions and 2 deletions
|
@ -29,6 +29,9 @@ terminal.insertion.name=Terminal view insert
|
|||
terminal.insertion.category.name=Terminal view commands
|
||||
terminal.view.insertion.description = Terminal view commands
|
||||
|
||||
terminal.command.copy.name=Terminal Copy Command
|
||||
terminal.command.paste.name=Terminal Paste Command
|
||||
|
||||
terminal.preferences.name = Terminal
|
||||
terminal.font.description = The font for the terminal console.
|
||||
terminal.font.label = Terminal Console Font
|
||||
|
|
|
@ -41,11 +41,11 @@
|
|||
<command
|
||||
categoryId="org.eclipse.tm.terminal.category1"
|
||||
id="org.eclipse.tm.terminal.copy"
|
||||
name="Copy"/>
|
||||
name="%terminal.command.copy.name"/>
|
||||
<command
|
||||
categoryId="org.eclipse.tm.terminal.category1"
|
||||
id="org.eclipse.tm.terminal.paste"
|
||||
name="Paste"/>
|
||||
name="%terminal.command.paste.name"/>
|
||||
<category
|
||||
description="%terminal.view.insertion.description"
|
||||
id="org.eclipse.tm.terminal.category1"
|
||||
|
|
Loading…
Add table
Reference in a new issue