X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FWSWUBlastClient.java;h=db4acc4ca45e8e37072eee0b6d53a0fc1811a635;hb=fddf3084802b37e5cee17829e32692a4aac3e60d;hp=732c072bed2c570b0546a88966d57219edfa0f25;hpb=cb5d856b1304448cae13a333cbd9017f81520d90;p=jalview.git diff --git a/src/jalview/io/WSWUBlastClient.java b/src/jalview/io/WSWUBlastClient.java index 732c072..db4acc4 100755 --- a/src/jalview/io/WSWUBlastClient.java +++ b/src/jalview/io/WSWUBlastClient.java @@ -1,19 +1,21 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * * Jalview is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. * * Jalview is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . * The Jalview Authors are detailed in the 'AUTHORS' file. */ package jalview.io; @@ -58,10 +60,12 @@ public class WSWUBlastClient { this.ap = ap; this.al = al; - output.setText(MessageManager.getString("label.wswublast_client_credits")); + output.setText(MessageManager + .getString("label.wswublast_client_credits")); - Desktop.addInternalFrame(output, - MessageManager.getString("label.blasting_for_unidentified_sequence"), 800, 300); + Desktop.addInternalFrame(output, MessageManager + .getString("label.blasting_for_unidentified_sequence"), 800, + 300); for (int i = 0; i < ids.size(); i++) { @@ -204,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[]{Integer.valueOf(jobsRunning).toString()})); } catch (Exception ex) { }