X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FFontChooser.java;h=b6116d9f5fa4d3da72f39c8351aca5ac96ecc29d;hb=aced09c4feeaf3406269442c14e54abeeb4cad81;hp=cda6c46bcec7e1bd972f450694c3475a0f57ff10;hpb=5d32c7ad007e098894b332b6fca61e1824972c50;p=jalview.git diff --git a/src/jalview/gui/FontChooser.java b/src/jalview/gui/FontChooser.java index cda6c46..b6116d9 100755 --- a/src/jalview/gui/FontChooser.java +++ b/src/jalview/gui/FontChooser.java @@ -226,8 +226,8 @@ public class FontChooser extends GFontChooser JOptionPane .showInternalMessageDialog( this, - "Font doesn't have letters defined\nso cannot be used\nwith alignment data.", - "Invalid Font", JOptionPane.WARNING_MESSAGE); + MessageManager.getString("label.font_doesnt_have_letters_defined"), + MessageManager.getString("label.invalid_font"), JOptionPane.WARNING_MESSAGE); return; } if (tp != null)