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 117188 - typo in mobility Bundle.properties
Summary: typo in mobility Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 03:43 UTC by Masaki Katakai
Modified: 2009-02-19 22:45 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 Masaki Katakai 2007-10-01 03:43:37 UTC
Please fix this typo in mobility/end2end/jsr172/src/org/netbeans/modules/mobility/jsr172/generator/Bundle.properties

MSG_Success=Java ME Web Services client was sucessfuly generated

"sucessfuly" should be "successfully".
Comment 1 Masaki Katakai 2007-10-01 03:57:02 UTC
I found another one. "successfull" should be "successful".

mobility/cldcplatform/src/org/netbeans/modules/mobility/cldcplatform/Bundle.properties
   LAB_Success = Configuration successfull.
Comment 2 Masaki Katakai 2007-10-01 05:18:10 UTC
./mobility/ant-ext/src/org/netbeans/mobility/antext/Bundle.properties
  ERR_IOException=Error while acessing {0} file.
  (acessing)

./mobility/miscme/netbeans_midp_components_wma_module/src/org/netbeans/modules/vmd/components/midp/wma/resources/Bundle.properties
  OpenIDE-Module-Name=Netbeans MIDP componets WMA
  (componets)

./mobility/designer2/midpconverter/src/org/netbeans/modules/vmd/midp/converter/wizard/Bundle.properties
  MSG_FinishMessage=<html><font color="#0000FF">The file has been converted into the same package. The following items
may cause problems during convertion:<br>\
  (convertion)

./mobility/cdcplugins/ricoh/src/org/netbeans/modules/j2me/cdc/project/ricoh/Bundle.properties
  MSG_ConfirmDalpOverwrite=You have a .dalp file in this project; generating a new one will overwite the old one. Continue?
  (overwite)

./mobility/deployment/ricoh/src/org/netbeans/modules/mobility/deployment/ricoh/Bundle.properties
  MSG_ConfirmDalpOverwrite=You have a .dalp file in this project; generating a new one will overwite the old one. Continue?
  (overwite)
Comment 3 Masaki Katakai 2007-10-01 05:33:00 UTC
./mobility/end2end/jsr172/src/org/netbeans/modules/mobility/jsr172/generator/Bundle.properties
  MSG_file_disapeared=The {0} file dissapeared!
  (dissapeared)
Comment 4 Lukas Hasik 2007-10-01 13:12:02 UTC
disappeared, accessing, components, conversion, overwrite, successful fixed

IDE:-------------------------------------------------
IDE: [10/1/07 2:04 PM] Committing Files started
Checking in cldcplatform/src/org/netbeans/modules/mobility/cldcplatform/Bundle.properties;
/cvs/mobility/cldcplatform/src/org/netbeans/modules/mobility/cldcplatform/Bundle.properties,v  <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in end2end/jsr172/src/org/netbeans/modules/mobility/jsr172/generator/Bundle.properties;
/cvs/mobility/end2end/jsr172/src/org/netbeans/modules/mobility/jsr172/generator/Bundle.properties,v  <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in cdcplugins/ricoh/src/org/netbeans/modules/j2me/cdc/project/ricoh/Bundle.properties;
/cvs/mobility/cdcplugins/ricoh/src/org/netbeans/modules/j2me/cdc/project/ricoh/Bundle.properties,v  <--  Bundle.properties
new revision: 1.11; previous revision: 1.10
done
Checking in deployment/ricoh/src/org/netbeans/modules/mobility/deployment/ricoh/Bundle.properties;
/cvs/mobility/deployment/ricoh/src/org/netbeans/modules/mobility/deployment/ricoh/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in
miscme/netbeans_midp_components_wma_module/src/org/netbeans/modules/vmd/components/midp/wma/resources/Bundle.properties;
/cvs/mobility/miscme/netbeans_midp_components_wma_module/src/org/netbeans/modules/vmd/components/midp/wma/resources/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in ant-ext/src/org/netbeans/mobility/antext/Bundle.properties;
/cvs/mobility/ant-ext/src/org/netbeans/mobility/antext/Bundle.properties,v  <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in designer2/midpconverter/src/org/netbeans/modules/vmd/midp/converter/wizard/Bundle.properties;
/cvs/mobility/designer2/midpconverter/src/org/netbeans/modules/vmd/midp/converter/wizard/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.15; previous revision: 1.14
done
IDE: [10/1/07 2:04 PM] Committing Files finished
Comment 5 Lukas Hasik 2007-10-25 19:27:37 UTC
masaki, please verify during the localization process
Comment 6 Ivan Sidorkin 2009-01-16 09:32:22 UTC
main\mobility.jsr172\src\org\netbeans\modules\mobility\jsr172\generator\Bundle.properties  
"successfuly" should be "successfully"
Comment 7 Karol Harezlak 2009-02-02 10:36:32 UTC
Could you look at Denis? Should be easy to fix.
Comment 8 Denis Anisimov 2009-02-02 10:59:20 UTC
changeset:   115679:295a0153b15a
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Feb 02 13:56:38 2009 +0300
summary:     Fix #117188 - typo in mobility Bundle.properties
Comment 9 Quality Engineering 2009-02-03 08:25:59 UTC
Integrated into 'main-golden', will be available in build *200902030229* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/295a0153b15a
User: Denis Anisimov <ads@netbeans.org>
Log: Fix #117188 - typo in mobility Bundle.properties