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 157963 - I18N: "(relative, e.g. products/list)" is not from Bundle.properties
Summary: I18N: "(relative, e.g. products/list)" is not from Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-02-05 05:58 UTC by Masaki Katakai
Modified: 2009-08-21 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of trunk build (97.25 KB, image/png)
2009-02-12 03:52 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-02-05 05:58:30 UTC
trunk build : 200902031446

It seems that "(relative, e.g. products/list)" on Rails project dialog is not
from Bundle.properties. Could you extract it to the Bundle.properties for localization?

./src/org/netbeans/modules/ruby/railsprojects/ui/customizer/CustomizerRun.java:

        org.openide.awt.Mnemonics.setLocalizedText(urlHelpLabel, "(relative, e.g. products/list)");
Comment 1 Erno Mononen 2009-02-05 10:32:57 UTC
Fixed in 65bc23c26d92, thanks for the catch.
Comment 2 Quality Engineering 2009-02-06 07:50:12 UTC
Integrated into 'main-golden', will be available in build *200902060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/65bc23c26d92
User: Erno Mononen <emononen@netbeans.org>
Log: #157963: I18N: "(relative, e.g. products/list)" is not from Bundle.properties
Comment 3 Masaki Katakai 2009-02-12 03:51:40 UTC
Thank you Erno!

It looks the label "(relative, e.g. products/list)" is not displayed completely on my Mac.
Windows and Solaris are OK.

Do you need another issue id?
Comment 4 Masaki Katakai 2009-02-12 03:52:30 UTC
Created attachment 76894 [details]
screenshot of trunk build
Comment 5 Masaki Katakai 2009-02-12 03:53:58 UTC
lower half part is not displayed on the screenshot.
Comment 6 Erno Mononen 2009-02-12 08:48:17 UTC
I'll just reopen this, good catch again. Should be simple to fix.
Comment 7 Masaki Katakai 2009-06-01 04:23:54 UTC
I'm not seeing any issue on RC1. Please close as FIXED. Thanks!
Comment 8 Erno Mononen 2009-08-21 09:12:58 UTC
Closing as per the previous comment - thanks for following up on this.