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 213814 - I18N: gap messages are hardcoded in VisualState.java
Summary: I18N: gap messages are hardcoded in VisualState.java
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-08 11:06 UTC by Masaki Katakai
Modified: 2012-06-12 13:17 UTC (History)
0 users

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 2012-06-08 11:06:11 UTC
It seems that some messages are not extracted into Bundle.properties.
So these are displayed in English. Please try to extract them to
Bundle.properties.

form/src/org/netbeans/modules/form/layoutdesign/VisualState.java :

    // TODO internationalize
    private static final String[] PADDING_DISPLAY_NAMES = { "default small", "default medium", "indent", "default large" };

        // TODO internationalize
        desc.append(dimension == HORIZONTAL ? "Horizontal":"Vertical");
        desc.append(" ");
        desc.append(resizing ? "resizable":"fixed");
        desc.append(" gap: ");
Comment 1 Tomas Pavek 2012-06-11 12:56:35 UTC
Fixed.
http://hg.netbeans.org/jet-main/rev/1de952b8332f
Comment 2 Quality Engineering 2012-06-12 13:17:06 UTC
Integrated into 'main-golden', will be available in build *201206120719* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1de952b8332f
User: Tomas Pavek <tpavek@netbeans.org>
Log: #213814: i18n of layout gap description