Version 1.2.2: fixes, export in UI
[fanfix.git] / src / be / nikiroo / fanfix / Main.java
index db4316e8c499d22fad8417bddde2fe2cb41f9c9e..b989c68a1a3b648f4f96c47398b602ebd6e2814d 100644 (file)
@@ -35,8 +35,8 @@ public class Main {
         * <li>NOUTF: if set to 1 or 'true', the program will prefer non-unicode
         * {@link String}s when possible</li>
         * <li>CONFIG_DIR: a path where to look for the <tt>.properties</tt> files
-        * before taking the included ones; they will also be saved/updated into
-        * this path when the program starts</li>
+        * before taking the usual ones; they will also be saved/updated into this
+        * path when the program starts</li>
         * <li>DEBUG: if set to 1 or 'true', the program will override the DEBUG_ERR
         * configuration value with 'true'</li>
         * </ul>
@@ -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');
                        }