Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-01-27 09:34:19 +0000
committerNoopur Gupta2021-01-28 09:25:35 +0000
commit00364489ef2f51ced848942d2eb02c70993699a7 (patch)
tree8e1d97b3f8dd0e4fb9de43c00651969f16e95087
parentbf1776e01578f8f610bff8b76e976076d2b3b868 (diff)
downloadeclipse.jdt.ui-00364489ef2f51ced848942d2eb02c70993699a7.tar.gz
eclipse.jdt.ui-00364489ef2f51ced848942d2eb02c70993699a7.tar.xz
eclipse.jdt.ui-00364489ef2f51ced848942d2eb02c70993699a7.zip
Bug 570681 - Shorter JUnit creation wizard text
The new text contains the same information but shorter and easier to read. Change-Id: Id5b6d137c151de455c95acafa86fbfa9b2debb3c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.properties b/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.properties
index e468fa6e00..e90c81522d 100644
--- a/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.properties
+++ b/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.properties
@@ -28,7 +28,7 @@ CheckedTableSelectionDialog_deselectAll=&Deselect All
# NewTestCaseCreationWizard Page 1
#
NewTestCaseWizardPageOne_title=JUnit Test Case
-NewTestCaseWizardPageOne_description=Select the name of the new JUnit test case. You have the options to specify\nthe class under test and on the next page, to select methods to be tested.
+NewTestCaseWizardPageOne_description=Select the name of the new JUnit test case. Specify the class under test to\nselect methods to be tested on the next page.
NewTestCaseWizardPageOne_methodStub_setUp=set&Up()
NewTestCaseWizardPageOne_methodStub_tearDown=&tearDown()
NewTestCaseWizardPageOne_methodStub_tearDownAfterClass=tearDown&AfterClass()

Back to the top