JAL-2044 include model name in progress bar message opening file
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 13 Oct 2016 09:50:27 +0000 (10:50 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 13 Oct 2016 09:50:27 +0000 (10:50 +0100)
resources/lang/Messages.properties
resources/lang/Messages_es.properties
src/jalview/gui/ChimeraViewFrame.java

index 378fb64..7a1f064 100644 (file)
@@ -1128,7 +1128,7 @@ status.das_feature_fetching_complete = DAS Feature Fetching Complete
 status.fetching_db_refs = Fetching db refs
 status.loading_cached_pdb_entries = Loading Cached PDB Entries
 status.searching_for_pdb_structures = Searching for PDB Structures
-status.opening_file = opening file
+status.opening_file_for = opening file for
 status.colouring_chimera = Colouring Chimera
 label.font_doesnt_have_letters_defined = Font doesn't have letters defined\nso cannot be used\nwith alignment data
 label.font_too_small = Font size is too small
index 7bea515..cf36638 100644 (file)
@@ -1127,7 +1127,7 @@ action.yes=S
 label.export_settings=Exportar Ajustes
 label.linked_view_title=Vista vinculada de cDNA y proteína
 label.couldnt_read_data=No se pudo leer los datos
-status.opening_file=abriendo fichero
+status.opening_file_for=abriendo fichero para
 label.except_selected_sequences=Todo excepto secuencias seleccionadas
 label.structure_chooser_no_of_structures=Selector de Estructuras - {0} Encontró ({1})
 label.search_filter=filtro de búsqueda
index 592f56c..c30a418 100644 (file)
@@ -660,7 +660,8 @@ public class ChimeraViewFrame extends StructureViewerBase
           {
             int pos = filePDBpos.get(num).intValue();
             long startTime = startProgressBar("Chimera "
-                    + MessageManager.getString("status.opening_file"));
+                    + MessageManager.getString("status.opening_file_for")
+                    + " " + pe.getId());
             jmb.openFile(pe);
             jmb.addSequence(pos, jmb.getSequence()[pos]);
             File fl = new File(pe.getFile());