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 83662 - typo in UI messages
Summary: typo in UI messages
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-29 04:46 UTC by Masaki Katakai
Modified: 2006-08-29 08:16 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 2006-08-29 04:46:37 UTC
I'm using subversion and found some typo.

Please fix these in properties files.

./main/src/org/netbeans/modules/subversion/ui/checkout/Bundle.properties
  LBL_ScanFolders_Progress=Scaning folders...

  -> scanning?

./main/src/org/netbeans/modules/subversion/ui/commit/Bundle.properties
  resolveRunning = MArking Resolved

  -> Marking

./main/src/org/netbeans/modules/subversion/ui/diff/Bundle.properties
  MSG_Update_Progress=Updating Statuses...

  -> Status?

./main/src/org/netbeans/modules/subversion/ui/diff/Bundle.properties
  LBL_Diff_Padding=[Padding Bellow the Diff]

  -> Below?
Comment 1 Tomas Stupka 2006-08-29 08:16:35 UTC
thanks,
fixed in trunk 

Checking in diff/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/diff/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in commit/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/commit/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.14; previous revision: 1.13
done
Checking in checkout/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/checkout/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done

and 5.5

Checking in diff/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/diff/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.2.4.6; previous revision: 1.2.4.5
done
Checking in commit/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/commit/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5.4.7; previous revision: 1.5.4.6
done
Checking in checkout/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/checkout/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9.4.4; previous revision: 1.9.4.3
done