Fix typo
authorPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 30 May 2017 10:42:25 +0000 (12:42 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 30 May 2017 10:42:32 +0000 (12:42 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/media/MediaDetailElement.java

index 4741118b739e8a89188612ed7d57586b4757546d..06ff8b061ab74c659e39d1f15d29b12c85b9de13 100644 (file)
@@ -135,7 +135,7 @@ public class MediaDetailElement extends AbstractCdmDetailElement<Media>{
                         (getEntity().getRepresentations().size() == 1
                         && getEntity().getRepresentations().iterator().next().getParts().size() > 1))) {
             MessagingUtils.informationDialog("Toggling not possible",
-                    "Media has consists of multiple representations or representatio parts");
+                    "Media consists of multiple representations or representatio parts");
             // toggling is only possible if there are no more than one
             // MediaRepresentation resp. MediaRepresentationParts
             return;