Bug 543899: Inconsistent casing in description of wizards for JUnit

Change-Id: I59b71c3a2c1377353ddfed18d2bdc4732a22ea14
Signed-off-by: Matthias Becker <ma.becker@sap.com>
diff --git a/org.eclipse.jdt.junit/plugin.properties b/org.eclipse.jdt.junit/plugin.properties
index d568d68..6255095 100644
--- a/org.eclipse.jdt.junit/plugin.properties
+++ b/org.eclipse.jdt.junit/plugin.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2013 IBM Corporation and others.
+# Copyright (c) 2000, 2019 IBM Corporation and others.
 #
 # This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License 2.0
@@ -37,8 +37,8 @@
 FailureTraceFont.label= JUnit failure trace font
 FailureTraceFont.description= The JUnit failure trace font is used by the JUnit view to display the failure trace.
 
-TestWizard.description= Create a JUnit Test Case
-SuiteWizard.description= Create a JUnit Test Suite
+TestWizard.description= Create a JUnit test case
+SuiteWizard.description= Create a JUnit test suite
 UpdateSuiteAction.label= Recreate Test Suite...
 UpdateSuiteAction.tooltip= Recreate JUnit TestSuite with New Test Classes
 Task.name= JUnit Task