change message if convert person 2 team is not possible #5272
authorKatja Luther <k.luther@bgbm.org>
Tue, 24 Nov 2015 10:15:58 +0000 (11:15 +0100)
committerKatja Luther <k.luther@bgbm.org>
Tue, 24 Nov 2015 10:15:58 +0000 (11:15 +0100)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/handler/ConvertPerson2TeamHandler.java

index 0798ab5e9ddabfff8f3d28ac8d3dec9dab10b38b..dd2a4979d58dddce3703a8332b55ebbfe482df42 100644 (file)
@@ -82,7 +82,7 @@ public class ConvertPerson2TeamHandler extends AbstractHandler {
                                        } catch (IllegalArgumentException e) {\r
                                                MessagingUtils.errorDialog("Can not convert Person into a Team", null, e.getLocalizedMessage(), TaxeditorBulkeditorPlugin.PLUGIN_ID,e, true);\r
                                        } catch (MergeException e) {\r
-                                               MessagingUtils.informationDialog("Convert not possible", "Person can not be transformed into team as it is referenced in a way that does not allow converting");\r
+                                               MessagingUtils.informationDialog("Convert not possible", "Person can not be transformed into team as it is already part of a team.");\r
                                        }\r
                                }else{\r
                                        MessagingUtils.informationDialog("Can not convert Person into a Team", "convert Person to Team can only be called on a person.");\r