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 117190 - typo in subversion Bundle.properties
Summary: typo in subversion Bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 03:54 UTC by Masaki Katakai
Modified: 2007-10-01 10:44 UTC (History)
1 user (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:54:34 UTC
Please fix these typo in the following files. "successfuly" should be "successfully", "l" is missing

./subversion/main/src/org/netbeans/modules/subversion/ui/checkout/Bundle.properties
   ACSD_CheckoutCompleted_Dialog = This dialog lets you choose further actions to do after you successfuly checked out
sources from SVN. 

./subversion/main/src/org/netbeans/modules/subversion/ui/wizards/Bundle.properties
   ACSD_CheckoutCompleted_Dialog = This dialog lets you choose further actions to do after you successfuly checked out
sources from SVN.
Comment 1 Masaki Katakai 2007-10-01 05:44:46 UTC
I found another ones. Please correct them.

./subversion/main/src/org/netbeans/modules/subversion/ui/browser/Bundle.properties
  LBL_Warning_FileSelectionOnly = Only Files may be selected for the actuall Context
  (actuall)

./subversion/main/src/org/netbeans/modules/subversion/ui/browser/Bundle.properties
  LBL_Warning_FolderSelectionOnly = Only Folders may be selected for the actuall Context
  (actuall)
Comment 2 Tomas Stupka 2007-10-01 10:44:33 UTC
fixed

Checking in browser/CreateFolderAction.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/CreateFolderAction.java,v  <--  CreateFolderAction.java
new revision: 1.13; previous revision: 1.12
done
Checking in browser/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/Bundle.properties,v  <--  Bundle.properties
new revision: 1.16; previous revision: 1.15
done
Checking in checkout/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/checkout/Bundle.properties,v  <--  Bundle.properties
new revision: 1.16; previous revision: 1.15
done
Checking in wizards/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/Bundle.properties,v  <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done