Use lower case prepositions in submit type labels
Change "If" to "if" in the submit type labels.
This makes the labels consistent with other labels on the change
info page that use lower case prepositions, for example "Review
in Progress"
Change-Id: I1c8646edf936a828cc75712a592cf3b71c758fc4
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties b/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties
index f8632eb..08c6cce 100644
--- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/admin/AdminConstants.properties
@@ -45,8 +45,8 @@
headingAgreements = Contributor Agreements
projectSubmitType_FAST_FORWARD_ONLY = Fast Forward Only
-projectSubmitType_MERGE_IF_NECESSARY = Merge If Necessary
-projectSubmitType_REBASE_IF_NECESSARY = Rebase If Necessary
+projectSubmitType_MERGE_IF_NECESSARY = Merge if Necessary
+projectSubmitType_REBASE_IF_NECESSARY = Rebase if Necessary
projectSubmitType_MERGE_ALWAYS = Always Merge
projectSubmitType_CHERRY_PICK = Cherry Pick