From 72f265d1cdfb1c05bc9599d5a90affb331d11aa4 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 21 Feb 2014 14:43:02 +0000 Subject: [PATCH] JAL-1354 quoted format strings are not substituted --- resources/lang/Messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/Messages.properties b/resources/lang/Messages.properties index 322bc11..5315376 100644 --- a/resources/lang/Messages.properties +++ b/resources/lang/Messages.properties @@ -291,7 +291,7 @@ label.successfully_saved_to_file_in_format = Successfully saved to file: {0} in label.copied_sequences_to_clipboard = Copied {0} sequences to clipboard. label.check_file_matches_sequence_ids_alignment = Check that the file matches sequence IDs in the alignment. label.problem_reading_tcoffee_score_file = Problem reading T-COFFEE score file -label.source_to_target = {0} to '{1}' +label.source_to_target = {0} ... {1} label.per_sequence_only= Per-sequence only label.to_file = to File label.to_textbox = to Textbox @@ -682,7 +682,7 @@ label.your_sequences_have_been_verified = Your sequences have been verified agai label.sequence_names_updated = Sequence names updated label.dbref_search_completed = DBRef search completed label.show_all_chains = Show all chains -label.fetch_all_param = Fetch all '{0}' +label.fetch_all_param = Fetch all {0} label.paste_new_window = Paste To New Window label.settings_for_param = Settings for {0} label.view_params = View {0} -- 1.7.10.2