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 172198 - typo in mercurial Bundle.properties
Summary: typo in mercurial Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 16:12 UTC by Masaki Katakai
Modified: 2009-09-22 03:41 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 16:12:32 UTC
It seems that there are some typos in mercurial module. Could you correct them?
Correcting these errors will help translation task too.

"Mecurial", "comitted", "argumensts" are not correct.

org/netbeans/modules/mercurial/ui/commit/Bundle.properties:
  MSG_COMMIT_NOT_SUPPORTED_INVIEW_TITLE = Mecurial Commit

org/netbeans/modules/mercurial/ui/clone/Bundle.properties:
  MSG_CLONE_NOTHING = Nothing yet comitted, so nothing to Clone.

org/netbeans/modules/mercurial/ui/diff/Bundle.properties:
  MSG_IMPORT_NOTHING = Nothing yet comitted, so not yet able to Import.

org/netbeans/modules/mercurial/ui/diff/Bundle.properties:
  MSG_EXPORT_CHANGES = Exporting uncomitted changes to \n{0}

org/netbeans/modules/mercurial/ui/log/Bundle.properties:
  MSG_Log_Nothing = Nothing yet comitted, so no History available.

org/netbeans/modules/mercurial/ui/update/Bundle.properties:
  MSG_REVERT_NOTHING = Nothing yet comitted, so no nothing to revert.

org/netbeans/modules/mercurial/util/Bundle.properties:
  MSG_ARG_LIST_TOO_LONG_ERR = \nMercurial command "hg {0}" could not be executed as too many argumensts ({1}) where
passed\n\nPlease perform this operation from the command line.
Comment 1 Ondrej Vrabec 2009-09-14 16:48:20 UTC
fixed cdev #d5890b0a14d6
Comment 2 Quality Engineering 2009-09-18 22:36:18 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/d5890b0a14d6
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #172198 - typo in mercurial Bundle.properties
Comment 3 Masaki Katakai 2009-09-22 03:41:18 UTC
Thank you very much Ondrej. Verified on 200909211401.
Comment 4 Masaki Katakai 2009-09-22 03:41:53 UTC
Verified.