Project

General

Profile

« Previous | Next » 

Revision 7b67db23

Added by Andreas Müller about 4 years ago

fix #8957 Replace "This is an unexpected error" by "An error occurred"

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/MessagingUtils.java
34 34
 */
35 35
public class MessagingUtils {
36 36

  
37
    public final static String UNEXPECTED_ERROR_MESSAGE = "This is an unexpected error.";
37
    public final static String UNEXPECTED_ERROR_MESSAGE = "An error occurred.";
38 38
    public final static String CONTACT_MESSAGE = System.getProperty("line.separator") +  "Please contact EDIT Support (EditSupport@bgbm.org) with the error trace below (click on the 'Details' button).";
39 39
    public final static String DEFAULT_MESSAGE = "Error thrown but no associated message";
40 40
    public final static String CONNECTION_FAILURE_MESSAGE = "The connection to the remote server has been broken";

Also available in: Unified diff