Add test for editor / server cdmlib version check
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / RemotingLoginDialog.java
index 0a6b84b3227e8a074ab213156fa04e37ea7e2579..bddb7a0f34ae25778b6189847a83ce8fa862b74d 100644 (file)
@@ -84,7 +84,7 @@ public class RemotingLoginDialog extends Dialog {
     private final static String STATUS_NOT_COMPATIBLE = "Not Compatible";
 
     private final static String MESG_COMPATIBLE_EDITOR_OLD = "Please update the Taxonomic Editor (Help->Check for Updates) or choose a compatible cdm-server";
-    private final static String MESG_COMPATIBLE_SERVER_OLD = "Please update the chosen cdm-server or choose a compatible cdm-server";
+    private final static String MESG_COMPATIBLE_SERVER_OLD = "Please choose a compatible cdm-server or update the chosen cdm-server";
 
     private final static String STORE_PREFERENCES_NODE = "eu.etaxonomy.taxeditor.store";