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 242032 - I18N: Order by, name, recent usage are hardcoded in Window->Documents dialog
Summary: I18N: Order by, name, recent usage are hardcoded in Window->Documents dialog
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 246441 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-02-18 03:42 UTC by Masaki Katakai
Modified: 2014-08-14 09:08 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 2014-02-18 03:42:02 UTC
It seems that "Order by", "name" and "recent usage" are hardcoded.

./core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.java

        org.openide.awt.Mnemonics.setLocalizedText(lblOrderBy, "Order by");
        org.openide.awt.Mnemonics.setLocalizedText(radioOrderByName, "&name");
        org.openide.awt.Mnemonics.setLocalizedText(radioOrderByUsage, "&recent usage");

Please extract these strings to resource bundle for localization.
Comment 1 Stanislav Aubrecht 2014-02-18 11:27:09 UTC
core-main 2d39a700e43f
Comment 2 Quality Engineering 2014-02-19 02:46:14 UTC
Integrated into 'main-silver', will be available in build *201402190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2d39a700e43f
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #242032 - I18N
Comment 3 Stanislav Aubrecht 2014-08-14 09:08:36 UTC
*** Bug 246441 has been marked as a duplicate of this bug. ***