From 6bcdb90c17673c90b1e85fa2ebd57c406275e631 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Thu, 2 Jun 2016 15:06:01 +0100 Subject: [PATCH 1/1] JAL-1424 removed duplicate entry and unneeded full stops --- resources/lang/Messages.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/lang/Messages.properties b/resources/lang/Messages.properties index a64e79d..cb9aa77 100644 --- a/resources/lang/Messages.properties +++ b/resources/lang/Messages.properties @@ -1288,11 +1288,10 @@ exception.fts_server_unreachable = Jalview is unable to reach the {0} server. \n label.nw_mapping = Needleman & Wunsch Alignment label.sifts_mapping = SIFTs Mapping label.mapping_method = Sequence \u27f7 Structure mapping method -status.waiting_for_user_to_select_output_file = Waiting for user to select {0} file. -status.cancelled_image_export_operation = Cancelled {0} export operation. -info.error_creating_file = Error creating {0} file. +status.waiting_for_user_to_select_output_file = Waiting for user to select {0} file +status.cancelled_image_export_operation = Cancelled {0} export operation +info.error_creating_file = Error creating {0} file exception.outofmemory_loading_mmcif_file = Out of memory loading mmCIF File -info.error_creating_file = Error creating {0} file. label.run_groovy = Run Groovy console script label.run_groovy_tip = Run the script in the Groovy console over this alignment label.couldnt_run_groovy_script = Failed to run Groovy script -- 1.7.10.2