Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-02-13 13:28:25 +0000
committerEike Stepper2015-02-13 13:28:25 +0000
commit827035459e96b4a676f3803ff2c33daa6fa095bf (patch)
tree853c90541be50074b205ac4fa28972027f210391
parent378a7a32672347048c18ab139a75791649e27db0 (diff)
downloadorg.eclipse.oomph-827035459e96b4a676f3803ff2c33daa6fa095bf.tar.gz
org.eclipse.oomph-827035459e96b4a676f3803ff2c33daa6fa095bf.tar.xz
org.eclipse.oomph-827035459e96b4a676f3803ff2c33daa6fa095bf.zip
[456710] Don't use project name in the UI
https://bugs.eclipse.org/bugs/show_bug.cgi?id=456710
-rw-r--r--plugins/org.eclipse.oomph.setup.ui.questionnaire/src/org/eclipse/oomph/setup/ui/questionnaire/GearAnimator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.oomph.setup.ui.questionnaire/src/org/eclipse/oomph/setup/ui/questionnaire/GearAnimator.java b/plugins/org.eclipse.oomph.setup.ui.questionnaire/src/org/eclipse/oomph/setup/ui/questionnaire/GearAnimator.java
index fd4a6a449..8c740106e 100644
--- a/plugins/org.eclipse.oomph.setup.ui.questionnaire/src/org/eclipse/oomph/setup/ui/questionnaire/GearAnimator.java
+++ b/plugins/org.eclipse.oomph.setup.ui.questionnaire/src/org/eclipse/oomph/setup/ui/questionnaire/GearAnimator.java
@@ -60,7 +60,7 @@ public class GearAnimator extends Animator
private static final int CHOICES = NEXT - 1;
- private static final String[] TITLES = { "Welcome to Eclipse Oomph", "Refresh Resources Automatically?", "Show Line Numbers in Editors?",
+ private static final String[] TITLES = { "Welcome to Eclipse", "Refresh Resources Automatically?", "Show Line Numbers in Editors?",
"Check Spelling in Text Editors?", "Execute Jobs in Background?", "Encode Text Files with UTF-8?", "Enable Preference Recorder?" };
static final int BIG_FONT_PX = 48;

Back to the top