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 28904

Summary: I18N - mnemnic definition which couldn't be understood by translator.
Product: javaee Reporter: hiroshiy <hiroshiy>
Component: CodeAssignee: issues@javaee <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: -S1S-   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description hiroshiy 2002-11-21 06:55:51 UTC
I18N - mnemnic definition which couldn't be
understood by translator.
P2, web, ui

Following mnemonic works correctly.
Because, initial character is assigned by default.
But, in this case, any translators couldn't
understand
existence of mnemonic.
Therefore, mnemonic problem will be occurred
certainly.

Please revise the string as following.
  ---
  
./org/netbeans/modules/web/taglib/Bundle.properties
  ---
   TLS_TagLibFinderFromFSRootTitle=Filesystem Root
      => 
TLS_TagLibFinderFromFSRootTitle=&Filesystem Root
  ---                          ~~~

This string is stored in followings.
  ---
  NetBeans: 
    jspie.jar ("JSP Tag Library Editor 1.6.2" in
"NetBeans Update Center")
  S1S: (Sierra FCS Build)
    ./modules/jspie.jar
  ---
Comment 1 Petr Jiricka 2002-11-25 09:07:50 UTC
Fixed on Nov 25, 2002, as suggested.
Comment 2 hiroshiy 2002-11-28 01:00:38 UTC
Sorry Petr,

I couldn't find your fixing in "S1S trunk Build" (Build 021127).
Could you confirm that fixing in S1S ??

Hiroshi
Comment 3 _ rkubacki 2002-11-28 07:46:44 UTC
S1S is newly build on top of latest available & approved by our
internal rules Q-build of NetBeans so it may take up to week or two to
propagate this changes into S1S. Of course you may check it in
NetBeans build.
Comment 4 hiroshiy 2002-12-18 09:41:31 UTC
I've verified the fixing in "S1S trunk Build (Build021216)"
Thank you !!
Comment 5 Jesse Glick 2002-12-23 16:36:00 UTC
Consistent use of the I18N keyword.