Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 229980

Summary: "Paste" not externalized
Product: [Tools] GEF Reporter: John Ryding <trippinbilly25>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: ahunter.eclipse, hudsonr
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Screenshot of the unexternalized string - Paste none

Description John Ryding CLA 2008-05-02 11:30:02 EDT
Created attachment 98446 [details]
Screenshot of the unexternalized string - Paste

Build ID: I20080421

Steps To Reproduce:
1.Download GEF examples
2.Create a general project
3.Right click on your general project New > Example > GEF > Logic Diagram
4. Right click the Label item in the palette and choose Copy
5. Click on an empty space on the editor (to deselect any selected items) and then right click.  "Paste" will now be on the context menu and should be translated.


More information:
"Paste" is not externalized for translation, it should look like the strings circled in blue.
Comment 1 Anthony Hunter CLA 2008-05-15 13:45:23 EDT
Paste is in
/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/messages.properties

PasteAction_ActionLabelText=&Paste

The GEF examples are not translated for this release.