From 128baedaa9dfcb61e03b9852f0e83cc30eafc08d Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Wed, 17 Oct 2012 20:16:31 +0400 Subject: [PATCH] dialog button text: uppercase --- plugins/git4idea/src/git4idea/crlf/GitCrlfDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git4idea/src/git4idea/crlf/GitCrlfDialog.java b/plugins/git4idea/src/git4idea/crlf/GitCrlfDialog.java index fd4799222093..2bc9f8eb0ed7 100644 --- a/plugins/git4idea/src/git4idea/crlf/GitCrlfDialog.java +++ b/plugins/git4idea/src/git4idea/crlf/GitCrlfDialog.java @@ -60,7 +60,7 @@ public class GitCrlfDialog extends DialogWrapper { @Override protected Action[] createActions() { - return new Action[] { getOKAction(), getCancelAction(), new DialogWrapperExitAction("Commit as Is", DONT_SET) }; + return new Action[] { getOKAction(), getCancelAction(), new DialogWrapperExitAction("Commit As Is", DONT_SET) }; } @Override