JAL-1641 externalised save_as_biojs_html
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 24 Aug 2015 10:13:20 +0000 (11:13 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 24 Aug 2015 10:13:20 +0000 (11:13 +0100)
resources/lang/Messages.properties
src/jalview/io/BioJsHTMLOutput.java

index cf62689..3ff002e 100644 (file)
@@ -1253,4 +1253,5 @@ action.export_annotations = Export Annotations
 action.export_hidden_columns = Export Hidden Columns
 action.export_hidden_sequences = Export Hidden Sequences
 action.export_features = Export Features
-label.export_settings = Export Settings
\ No newline at end of file
+label.export_settings = Export Settings
+label.save_as_biojs_html = Save as BioJs HTML
\ No newline at end of file
index 528ba09..85cf80b 100644 (file)
@@ -98,7 +98,6 @@ public class BioJsHTMLOutput
 
     jvFileChooser.setDialogTitle(MessageManager
             .getString("label.save_as_biojs_html"));
-    jvFileChooser.setDialogTitle("save as BioJs HTML");
     jvFileChooser.setToolTipText(MessageManager.getString("action.save"));
 
     int fileChooserOpt = jvFileChooser.showSaveDialog(null);