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 151670 - I18N : "Options" on "Revert Modifications" dialog is hardcoded
Summary: I18N : "Options" on "Revert Modifications" dialog is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-10-29 08:18 UTC by Masaki Katakai
Modified: 2008-11-01 05:10 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-10-29 08:18:36 UTC
"Options" message on "Revert Modifications" dialog is hardcoded.

mercurial/src/org/netbeans/modules/mercurial/ui/update/update/RevertModificationsPanel.java:

        jPanel1.setBorder(javax.swing.BorderFactory.createTitledBorder("Options"));

Please extract it to Bundle.properties for localization.
Comment 1 Tomas Stupka 2008-10-31 10:05:09 UTC
fixed 
changeset:   107061:d3f8552e3ac1
tag:         tip
user:        Tomas Stupka <tstupka@netbeans.org>
date:        Fri Oct 31 10:01:51 2008 +0100
summary:     #151670 - I18N : "Options" on "Revert Modifications" dialog is hardcoded
Comment 2 Quality Engineering 2008-11-01 05:10:56 UTC
Integrated into 'main-golden', will be available in build *200811010201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d3f8552e3ac1
User: Tomas Stupka <tstupka@netbeans.org>
Log: #151670 - I18N : "Options" on "Revert Modifications" dialog is hardcoded