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 213068 - T13Y: duplicate 'LBL_Size' keys in org/netbeans/lib/terminalemulator/support/Bundle.properties
Summary: T13Y: duplicate 'LBL_Size' keys in org/netbeans/lib/terminalemulator/support/...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 05:11 UTC by Masaki Katakai
Modified: 2012-05-30 03:46 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 2012-05-28 05:11:01 UTC
Please remove one of duplicate entries from Bundle.properties.

% grep LBL_Size= ./lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/Bundle.properties
LBL_Size=Size:
LBL_Size=Font Size:
%

'LBL_Size' are still defined in 2 places and values are different.
Please leave correct one and remove unnecessary entry.
Comment 1 Masaki Katakai 2012-05-28 05:17:54 UTC
I checked the latest l10n-kit of 201205270002 and main source tree.
If this issue has been already fixed, please close it quickly. Thank you.
Comment 2 Alexander Simon 2012-05-28 06:58:30 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/f3427d34afcf
Comment 3 Quality Engineering 2012-05-29 05:46:11 UTC
Integrated into 'main-golden', will be available in build *201205290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f3427d34afcf
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #213068 T13Y: duplicate 'LBL_Size' keys in org/netbeans/lib/terminalemulator/support/Bundle.properties
Comment 4 Masaki Katakai 2012-05-30 03:46:52 UTC
verified the fix on 201205300001 build. Thank you!