| Summary: | Label datatools.core ui.modelexplorer.modelExplorerColumnDecoration" shows up in the Windows-Preferences-General-Label Decorator panel, instead of the string | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] Data Tools | Reporter: | Rekha <nrekha> | ||||
| Component: | Enablement | Assignee: | Brian Fitzpatrick <bfitzpat> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | 1.8.1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Should be able to fix this in the 1.8.1 release. Have asked the Ingres folks (Jane and Ray) to take a look at this one. Created attachment 172534 [details]
Patch file to fix this bug
I was able to fix this locally by editing the plugin.properties file in:
org.eclipse.datatools.enablement.ingres.ui_1.0.0.v200906111150.jar
to add:
datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
Thanks for the patch Jane! Delivered patch to o.e.d.enablement.ingres.ui as tag v201006242214 |
Build Identifier: Version: 3.6.0 Build id: I20100129-1300 Steps to recreate problem: 1- Launch "Window"->"Preferences" 2- Go to "General" ->"Appearance" -> "label Decoration" You can find that the translation resource are not showing up correctly. I figured out what the problem is:- The label datatools.core ui.modelexplorer.modelExplorerColumnDecoration appears in two different packages. 1) org.eclipse.datatools.connectivity.sqm.core.ui and 2)org.eclipse.datatools.enablement.ingres.ui There is no corresponding string associated in the properties file for the label that appears in the org.eclipse.datatools.enablement.ingres.ui package. Whereas the corresponding string for the label in the plugin.properties file for org.eclipse.datatools.connectivity.sqm.core.ui is datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Column Data Type Reproducible: Always