JAL-1355
[jalview.git] / src / jalview / io / WSWUBlastClient.java
index cc5fbed..871c6d5 100755 (executable)
@@ -208,8 +208,7 @@ public class WSWUBlastClient
           imageIndex++;
           imageIndex %= 9;
           output.setFrameIcon(imageIcon[imageIndex]);
-          output.setTitle("BLASTing for unidentified sequences - "
-                  + jobsRunning + " jobs running.");
+          output.setTitle(MessageManager.formatMessage("label.blasting_for_unidentified_sequence_jobs_running", new String[]{jobsRunning}));
         } catch (Exception ex)
         {
         }