This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124859 - I18N : Label "Profile" is not from Bundle
Summary: I18N : Label "Profile" is not from Bundle
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: I18N, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-01-08 02:52 UTC by Masaki Katakai
Modified: 2008-07-31 03:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2008-01-08 02:52:15 UTC
It seems that "Profile" is not defined in Bundle.properties so it's displayed
in English even in ml version on "Fonts & Colors" and "Keymap" option.

org/netbeans/modules/options/colors/FontAndColorsPanel.java

        lProfile.setText("Profile:");

loc() method in the same file seems to set localized text for component
but it has been never called against "lProfile".
Comment 1 Vitezslav Stejskal 2008-01-08 10:00:43 UTC
Good catch, Masaki.
Comment 2 Vitezslav Stejskal 2008-01-10 10:40:33 UTC
Checking in FontAndColorsPanel.form;
/cvs/editor/options/src/org/netbeans/modules/options/colors/FontAndColorsPanel.form,v  <--  FontAndColorsPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/editor/options/src/org/netbeans/modules/options/colors/Bundle.properties,v  <--  Bundle.properties
new revision: 1.23; previous revision: 1.22
done
Checking in FontAndColorsPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/colors/FontAndColorsPanel.java,v  <--  FontAndColorsPanel.java
new revision: 1.27; previous revision: 1.26
done
Comment 3 Ken Frank 2008-07-31 03:36:35 UTC
its ok in keymap; fonts and colors not showing ok now due to non i18n things
but will verify here.