Project

General

Profile

« Previous | Next » 

Revision 2fab6704

Added by Katja Luther almost 8 years ago

add multilanguage support for terms

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/MultilanguageTextElement.java
66 66
			Map<Language, LanguageString> multilanguageText = getMultilanguageText();
67 67

  
68 68
			if (multilanguageText == null){
69
				MessagingUtils.warningDialog("No text to transalte", getClass(), "The text is empty and therefore can not be translated");
69
				MessagingUtils.warningDialog("No text to translate", getClass(), "The text is empty and therefore can not be translated");
70 70
			}
71 71

  
72 72
			TranslationWizard wizard = new TranslationWizard(multilanguageText);

Also available in: Unified diff