minor
authorKatja Luther <k.luther@bgbm.org>
Tue, 5 Jul 2016 13:01:46 +0000 (15:01 +0200)
committerKatja Luther <k.luther@bgbm.org>
Tue, 5 Jul 2016 13:02:21 +0000 (15:02 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/translation/TranslationWizardPage.java

index b217e7f5febb0dc02511eb2049ad878d5d45607f..7036537c14f2380c7cbd12916efbb54034a0730c 100644 (file)
@@ -173,6 +173,7 @@ public class TranslationWizardPage extends WizardPage{
                                Language language = combo_targetLanguage.getSelection();
 
                                if (language == null){
+                                       setPageComplete(false);
                                        return;
                                }