From 9ff8f49036316367f11d1d4bba8535feb3a1b451 Mon Sep 17 00:00:00 2001 From: kjvdheide Date: Mon, 30 Oct 2017 18:29:11 +0000 Subject: [PATCH] JAL-2795 neater error message --- resources/lang/Messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/Messages.properties b/resources/lang/Messages.properties index 0b52a27..7a7bfbf 100644 --- a/resources/lang/Messages.properties +++ b/resources/lang/Messages.properties @@ -1067,7 +1067,7 @@ exception.couldnt_parse_sequence_line = Could not parse sequence line: {0} exception.unknown_annotation_detected = Unknown annotation detected: {0} {1} exception.couldnt_store_sequence_mappings = Couldn't store sequence mappings for {0} exception.matrix_too_many_iteration = Too many iterations in {0} (max is {1}) -exception.invalid_matrix_identifier = Name {0} not present in distance matrix. +exception.invalid_matrix_identifier = Sequence identifier {0} not found in distance matrix. exception.browser_not_found = Exception in finding browser: {0} exception.browser_unable_to_locate = Unable to locate browser: {0} exception.invocation_target_exception_creating_aedesc = InvocationTargetException while creating AEDesc: {0} -- 1.7.10.2