From 2a6c978ed13b87f5d36e34352783c758ba85f1a2 Mon Sep 17 00:00:00 2001 From: Katja Luther Date: Thu, 27 Sep 2018 10:02:22 +0200 Subject: [PATCH] fix typos --- .../java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties | 2 +- .../main/java/eu/etaxonomy/taxeditor/l10n/messages.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties index 8b90bbb1b..0b5dbdca0 100644 --- a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties +++ b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties @@ -227,7 +227,7 @@ OpenRelatedConceptHandler_COULD_NOT_OPEN=Could not open taxon OpenRelatedConceptHandler_COULD_NOT_OPEN_MESSAGE=Could not open the taxon: %s DeleteDerivateHandler_INVALID_SELECTION=Selection is not valid for this delete handler DeleteDerivateHandler_LABEL=Delete of derivates -DeleteDerivateHandler_SUCCESSFULL_BUT_EXCEPTIONS=Delete was successfull, but with exceptions +DeleteDerivateHandler_SUCCESSFULL_BUT_EXCEPTIONS=Delete was successful, but with exceptions DeleteDescriptionElementOperation_DESC_NOT_FOUND=Couldn't find element's description! DeleteDescriptiveDataSetHandler_DELETE_FAILED_MESSAGE=Deletion failed. DeleteDescriptiveDataSetHandler_DELETE_FAILED_TITLE=Deletion failed diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties index 0da35f1eb..c7c4bc8bb 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties @@ -161,7 +161,7 @@ DeleteConfiguration_media_deleteIfUsedInTaxonDescription=Delete also if media is DeleteConfiguration_media_deleteIfUsedSomeWhereElse=Delete the media also if it is used somewhere else DeleteConfiguration_media_delete=Remove the media from the image gallery and delete the media completely, if possible DeleteResultMessagingUtils_ABORT=Delete was aborted -DeleteResultMessagingUtils_SUCCES=Delete was successfull +DeleteResultMessagingUtils_SUCCES=Delete was successful NewGrantedAuthority_AlreadyInDb=The granted authority already exists. -- 2.34.1