Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 419858
Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js (-1 / +1 lines)
Lines 2903-2909 Link Here
2903
2903
2904
		var checkoutCommand = new mCommands.Command({
2904
		var checkoutCommand = new mCommands.Command({
2905
			name: messages['Checkout'],
2905
			name: messages['Checkout'],
2906
			tooltip: messages["Checkout files, discarding all changes"],
2906
			tooltip: messages["Checkout all the selected files, discarding all changes"],
2907
			imageClass: "git-sprite-checkout", //$NON-NLS-0$
2907
			imageClass: "git-sprite-checkout", //$NON-NLS-0$
2908
			spriteClass: "gitCommandSprite", //$NON-NLS-0$
2908
			spriteClass: "gitCommandSprite", //$NON-NLS-0$
2909
			id: "eclipse.orion.git.checkoutCommand", //$NON-NLS-0$
2909
			id: "eclipse.orion.git.checkoutCommand", //$NON-NLS-0$

Return to bug 419858