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 88542 - I18N - Category Rename does not use localized value
Summary: I18N - Category Rename does not use localized value
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-11-02 21:27 UTC by Joelle Lam
Modified: 2008-12-22 14:49 UTC (History)
2 users (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 Joelle Lam 2006-11-02 21:27:52 UTC
Category Rename Should Use Localized Value.

The palette should check if their is a localized value.  If there is, it should
use that in the rename dialog.  Otherwise, use the default.
Comment 1 Joelle Lam 2006-11-09 21:04:44 UTC
PaletteManager should also use localized names.
Comment 2 Stanislav Aubrecht 2006-11-20 13:03:12 UTC
what does it mean?:

> The palette should check if their is a localized value
Comment 3 Stanislav Aubrecht 2007-02-13 14:18:34 UTC
still waiting for more details from joellelam...
Comment 4 Joelle Lam 2007-02-13 15:25:46 UTC
Apologies, I did not see this until now.  In the Rename Dialog, the text box
Category String is not localized as they are in the palette. So when we
internationalize, it looks sort of awkward when in Spanish, rename the category
and seeing English. 
Comment 5 Stanislav Aubrecht 2007-02-15 11:21:48 UTC
fixed in trunk

Checking in Utils.java;
/cvs/core/palette/src/org/netbeans/modules/palette/Utils.java,v  <--  Utils.java
new revision: 1.14; previous revision: 1.13
done
Checking in CategoryNode.java;
/cvs/core/palette/src/org/netbeans/modules/palette/CategoryNode.java,v  <-- 
CategoryNode.java
new revision: 1.17; previous revision: 1.16
done
Comment 6 Ken Frank 2007-05-26 17:18:23 UTC
v.