minor
[taxeditor.git] / 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;
                                }