Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2012-09-30 21:03:41 +0000
committerLars Vogel2012-09-30 21:03:41 +0000
commit2f90332d9c27cd7be52d261f17ec8372cc37d7fa (patch)
tree34c39b8c96182aa6893bf358f0a765ff1f938ae2
parenteaaef809008cabef576753a60ae5cd15c9cbdc10 (diff)
downloadorg.eclipse.e4.tools-2f90332d9c27cd7be52d261f17ec8372cc37d7fa.tar.gz
org.eclipse.e4.tools-2f90332d9c27cd7be52d261f17ec8372cc37d7fa.tar.xz
org.eclipse.e4.tools-2f90332d9c27cd7be52d261f17ec8372cc37d7fa.zip
Improved label text for the sample creation option
-rw-r--r--bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java b/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java
index 32447762..a1c24224 100644
--- a/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java
+++ b/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java
@@ -125,7 +125,7 @@ public class NewApplicationWizardPage extends WizardPage {
: "FALSE");
}
});
- richSampleCheckbox.setText("Create example content (parts, menu etc.)");
+ richSampleCheckbox.setText("Create sample content (parts, menu etc.)");
return group;
}

Back to the top