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 140734

Summary: [I18N] Convert to REST is not comming from bundle file
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: RESTAssignee: Roderico Cruz <rcruz>
Status: VERIFIED FIXED    
Severity: blocker CC: kaa, kfrank
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2008-07-18 13:14:10 UTC
from changeset http://hg.netbeans.org/main?cmd=changeset;node=f6200bb1d77c :

+package org.netbeans.modules.websvc.core.jaxws.actions;
...
+ * @author rico
+ */
+public class ConvertToRestAction extends CookieAction {
...
+ @Override
+ public String getName() {
+ return "Convert to REST";
+ }

=> this string which is shown in UI should be defined in some bundle...
Comment 1 Peter Liu 2008-07-21 20:04:17 UTC
I'll take care of this.
Comment 2 Peter Liu 2008-07-21 22:28:40 UTC
Fix checked into trunk: http://hg.netbeans.org/main/rev/fae2833f326c

Comment 3 Lukas Jungmann 2008-07-22 23:06:14 UTC
v.