Project

General

Profile

« Previous | Next » 

Revision e630b8f8

Added by Patrick Plitzner over 8 years ago

I18n for Specimen Editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java
113 113
        } catch (Exception e) {
114 114
            labelException.setFont(JFaceResources.getFontRegistry().getBold(JFaceResources.DEFAULT_FONT));
115 115
            labelException.setForeground(Display.getCurrent().getSystemColor(SWT.COLOR_RED));
116
            labelException.setText(Messages.UriWithLabelElement_URL_NOT_SAVED+e.getMessage());
116
            labelException.setText(Messages.UriWithLabelElement_URL_NOT_SAVED+e.getLocalizedMessage());
117 117
            return null;
118 118
        }
119 119
	}

Also available in: Unified diff