fix #8957 Replace "Unexpected error" by "Error" in title
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 17 Apr 2020 10:06:29 +0000 (12:06 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 17 Apr 2020 10:06:29 +0000 (12:06 +0200)
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java

index 6a6fe8469ae6abf26720dca087a1ad6636fcad07..0d130b01bf93f2182a2e9a6cfc451eab0a574b91 100644 (file)
@@ -136,7 +136,7 @@ public class ApplicationWorkbenchAdvisor extends WorkbenchAdvisor {
                                ! "Widget is disposed".equals(t.getMessage()) &&
                                ! handleKnownRuntimeException(t,statusAdapter.getStatus().getPlugin())) {
 
-                           MessagingUtils.errorDialog("Unexpected error",
+                           MessagingUtils.errorDialog("Error",
                                    null,
                                    MessagingUtils.UNEXPECTED_ERROR_MESSAGE,
                                    statusAdapter.getStatus().getPlugin(),