Bug 30761

Summary: Wrong label name in CompareDialog.commitAction.label
Product: [Eclipse Project] Platform Reporter: Marcus Nylander <marcus.nylander>
Component: CompareAssignee: Platform-Compare-Inbox <platform-compare-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Marcus Nylander CLA 2003-02-01 03:07:39 EST
Wrong label name in org.eclipse.compare_2.1.0/plugin.properties

Current:
CompareDialog.commit.label=Commit

But in class CompareDialog "CompareDialog.commitAction.label" is used.

From CompareDialog:
	protected void createButtonsForButtonBar(Composite parent) {
		fCommitButton= createButton(parent, IDialogConstants.OK_ID, 
Utilities.getString("CompareDialog.commitAction.label"), true); //$NON-NLS-1$
		fCommitButton.setEnabled(false);
		createButton(parent, IDialogConstants.CANCEL_ID, 
IDialogConstants.CANCEL_LABEL, false);
	}
Comment 1 Andre Weinand CLA 2003-02-01 03:31:51 EST

*** This bug has been marked as a duplicate of 23883 ***