JAL-1911 bugfix - do not save i18n text in preference file
[jalview.git] / src / jalview / util / ImageMaker.java
index b7aa4ca..9bc732b 100755 (executable)
@@ -272,7 +272,8 @@ MessageManager.formatMessage(
       }
     }
 
-    if (renderStyle.equalsIgnoreCase("lineart"))
+    if (renderStyle.equalsIgnoreCase(MessageManager
+            .getString("label.lineart")))
     {
       ig2.setRenderingHint(SVGHints.KEY_DRAW_STRING_TYPE,
               SVGHints.VALUE_DRAW_STRING_TYPE_VECTOR);