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 172196 - typo in cnd Bundle.properties
Summary: typo in cnd Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 15:53 UTC by Masaki Katakai
Modified: 2009-09-23 13:07 UTC (History)
0 users

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 2009-09-14 15:53:19 UTC
There are some typos in cnd. Could you correct them?
Correcting these errors will help translation task too.

"Supress", "Additonal", "Deelect", "Introuce", "Filed" (-> Field),
"Calcel", "developement", "reconnecy" (->reconnect?),
"Utilites"(->Utilities), "extention"(->extension) are not correct.

org/netbeans/modules/cnd/makeproject/api/configurations/Bundle.properties:
  SupressDiagnosticsTxt=Supress Diagnostics

org/netbeans/modules/cnd/makeproject/api/configurations/Bundle.properties:
  SupressDiagnosticsHint=Supress diagnostics messages

org/netbeans/modules/cnd/makeproject/configurations/ui/Bundle.properties:
  AdditionalInfoLabel_txt=Additonal info:

org/netbeans/modules/cnd/makeproject/ui/utils/Bundle.properties:
  DESELECT_ALL_BUTTON_AD=Deelect All Button

org/netbeans/modules/cnd/refactoring/introduce/Bundle.properties:
  AD_IntrFld_Dialog=Introuce Filed Dialog

org/netbeans/modules/cnd/refactoring/introduce/Bundle.properties:
  AD_IntrHint_Cancel=Calcel

org/netbeans/modules/cnd/remote/Bundle.properties:
  OpenIDE-Module-Short-Description=Support remote developement

org/netbeans/modules/cnd/remote/fs/ui/Bundle.properties:
  RemoteFileSystemNotifier.DETAILS=IDE needs some files from remote host, which is not connected. Please reconnecy

org/netbeans/modules/cnd/utils/Bundle.properties:
    Common C/C++ Utilites

org/netbeans/modules/cnd/utils/Bundle.properties:
  OpenIDE-Module-Name=C/C++ Utilites

org/netbeans/modules/cnd/utils/Bundle.properties:
  OpenIDE-Module-Short-Description=C/C++ Utilites

org/netbeans/modules/cnd/builds/Bundle.properties:
  CTL_Description_label=Messsage Position (backreference #):

org/netbeans/modules/cnd/makewizard/Bundle.properties:
  CGNUConform1=Ansi + GNU extentions (default)

org/netbeans/modules/cnd/makewizard/Bundle.properties:
  CppGNUConform1=Ansi + GNU extentions (default)

org/netbeans/modules/cnd/help/CreatingMakefile/advanced_options.html:
  For C on the Linux platforms, the default conformance level is Ansi + GNU extentions. You can select a

org/netbeans/modules/cnd/help/CreatingMakefile/advanced_options.html:
  For C++ on the Linux platforms, the default conformance level is Ansi + GNU extentions. You can select
Comment 1 Masaki Katakai 2009-09-14 15:57:52 UTC
"Messsage" also needs to be "Message".
Comment 2 Thomas Preisler 2009-09-14 18:13:23 UTC
Fixed.

'Messsage' found only in:
org/netbeans/modules/cnd/builds/Bundle.properties:
  CTL_Description_label=Messsage Position (backreference #):

which is already in the list. Anywhere else?
Comment 3 Quality Engineering 2009-09-18 22:52:16 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d7444c7f6b5c
User: Thomas Preisler <thp@netbeans.org>
Log: #172196 typo in cnd Bundle.properties
Comment 4 Masaki Katakai 2009-09-22 03:09:16 UTC
Thank you very much Thomas for the quick fix!

It seems that "Filed" is still in the following. Is this "Field"?
Please check when you have time.

org/netbeans/modules/cnd/refactoring/introduce/Bundle.properties:
  AD_IntrFld_Dialog=Introduce Filed Dialog

I verified other fixes on 200909211401.
Comment 5 Thomas Preisler 2009-09-22 03:35:48 UTC
Fixed Filed -> Field
Comment 6 Quality Engineering 2009-09-22 21:38:29 UTC
Integrated into 'main-golden', will be available in build *200909221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a8742f680f9d
User: Thomas Preisler <thp@netbeans.org>
Log: #172196  typo in cnd Bundle.properties
Comment 7 Masaki Katakai 2009-09-23 13:07:50 UTC
Thank you!

Verified the fix on build 200909221401.