Bug 421263 - "Copy" & "Paste" command labels for tm.terminal unexternalized
Summary: "Copy" & "Paste" command labels for tm.terminal unexternalized
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: Terminal (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dsdp.tm.core-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 10:48 EST by Kit Lo CLA
Modified: 2013-11-09 03:58 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kit Lo CLA 2013-11-07 10:48:11 EST
"Copy" & "Paste" command labels for tm.terminal unexternalized. They are hard-coded in "org.eclipse.tm.terminal/plugin.xml":
  <command categoryId="org.eclipse.tm.terminal.category1" id="org.eclipse.tm.terminal.copy" name="Copy" /> 
  <command categoryId="org.eclipse.tm.terminal.category1" id="org.eclipse.tm.terminal.paste" name="Paste" /> 

These command labels are displayed on Preferences>Keys page.
Comment 2 Kit Lo CLA 2013-11-08 12:06:02 EST
The "name" attribute for the "command" extension point is the actual label for the command, not the "description" of the command. I expect to see "Copy" & "Paste" to be externalized, not "Terminal Copy Command" & "Terminal Paste Command".
Comment 3 Uwe Stieber CLA 2013-11-09 03:58:57 EST
Command "name" is different from the "label" used to contribute a command to toolbar's or menu's. Nevermind.

http://git.eclipse.org/c/tm/org.eclipse.tm.git/commit/?id=4d0781c58881d6c5fcbc77c0cba0a1c245198eb5