1
0
Fork 0
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:
Uwe Stieber 2013-11-08 09:57:33 +01:00
parent e4e56199ef
commit e424a5dfed
2 changed files with 5 additions and 2 deletions

View file

@ -29,6 +29,9 @@ terminal.insertion.name=Terminal view insert
terminal.insertion.category.name=Terminal view commands terminal.insertion.category.name=Terminal view commands
terminal.view.insertion.description = 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.preferences.name = Terminal
terminal.font.description = The font for the terminal console. terminal.font.description = The font for the terminal console.
terminal.font.label = Terminal Console Font terminal.font.label = Terminal Console Font

View file

@ -41,11 +41,11 @@
<command <command
categoryId="org.eclipse.tm.terminal.category1" categoryId="org.eclipse.tm.terminal.category1"
id="org.eclipse.tm.terminal.copy" id="org.eclipse.tm.terminal.copy"
name="Copy"/> name="%terminal.command.copy.name"/>
<command <command
categoryId="org.eclipse.tm.terminal.category1" categoryId="org.eclipse.tm.terminal.category1"
id="org.eclipse.tm.terminal.paste" id="org.eclipse.tm.terminal.paste"
name="Paste"/> name="%terminal.command.paste.name"/>
<category <category
description="%terminal.view.insertion.description" description="%terminal.view.insertion.description"
id="org.eclipse.tm.terminal.category1" id="org.eclipse.tm.terminal.category1"