Merge branch 'release/5.32.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / termtree / TermNodeDtoTransfer.java
index 45222cb8228666ce7ef6ce5bad68a676ecaef0a2..3257c9a8ca24bcc0608b6e0802a940a458271738 100755 (executable)
@@ -80,7 +80,7 @@ public class TermNodeDtoTransfer extends ByteArrayTransfer {
                 return fromByteArray(bytes);
             }
         }catch (SWTException e){
-            MessagingUtils.warningDialog("The new imported node needs to be saved first", this, "Newly created nodes can not be moved without saving");
+           MessagingUtils.warningDialog("The new imported node needs to be saved first", this, "Newly created nodes can not be moved without saving");
         }
 
         return null;