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

Bug 317378

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: EnablementAssignee: 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:
Description Flags
Patch file to fix this bug none

Description Rekha CLA 2010-06-20 02:10:18 EDT
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
Comment 1 Brian Fitzpatrick CLA 2010-06-23 11:40:28 EDT
Should be able to fix this in the 1.8.1 release.
Comment 2 Brian Fitzpatrick CLA 2010-06-23 11:43:46 EDT
Have asked the Ingres folks (Jane and Ray) to take a look at this one.
Comment 3 Jane Thalen CLA 2010-06-23 13:35:54 EDT
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
Comment 4 Brian Fitzpatrick CLA 2010-06-24 10:16:27 EDT
Thanks for the patch Jane!

Delivered patch to o.e.d.enablement.ingres.ui as tag v201006242214