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 205726 - I18N: hardcoded messages in rename dialog
Summary: I18N: hardcoded messages in rename dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-11-30 15:51 UTC by Masaki Katakai
Modified: 2012-01-25 16:43 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 2011-11-30 15:51:06 UTC
On rename dialog, "Rename Getters and Setters" and "Rename Test Class"
are displayed in English because these are not extracted into resource bundle.

refactoring.java/src/org/netbeans/modules/refactoring/java/ui/RenamePanel.java:

org.openide.awt.Mnemonics.setLocalizedText(renameGettersAndCheckersCheckBox, "Rename &Getters and Setters");
org.openide.awt.Mnemonics.setLocalizedText(renameTestClassCheckBox, "Rename &Test Class");

Please extract to Bundle.properties for localization.
Comment 1 Jan Becicka 2012-01-19 12:25:28 UTC
Changeset: 788d4641a9ff
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2012-01-19 13:23
Message:   
Issue #205726 - I18N: hardcoded messages in rename dialog
Comment 2 Quality Engineering 2012-01-25 16:43:45 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/788d4641a9ff
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #205726 - I18N: hardcoded messages in rename dialog