Improve UI, implement "Save as..." menu item
[fanfix.git] / src / be / nikiroo / fanfix / Main.java
index db4316e8c499d22fad8417bddde2fe2cb41f9c9e..d8803a5dd02addb446e5d5b93f5cc59118b516c4 100644 (file)
@@ -456,7 +456,7 @@ public class Main {
 
                        for (OutputType type : OutputType.values()) {
                                builder.append(trans(StringId.ERR_SYNTAX_TYPE, type.toString(),
-                                               type.getDesc()));
+                                               type.getDesc(true)));
                                builder.append('\n');
                        }