Move default tmp dirs, fix BLANK handling
[fanfix.git] / src / be / nikiroo / fanfix / bundles / UiConfig.java
index ee9749125516c740ca76c6a4e0549d1b10472085..dd2018db717c85a136ef8b1e638d0388d306102e 100644 (file)
@@ -8,7 +8,7 @@ import be.nikiroo.utils.resources.Meta;
  * @author niki
  */
 public enum UiConfig {
-       @Meta(what = "directory", where = "", format = "absolute path, $HOME variable supported, / is always accepted as dir separator", info = "The directory where to store temporary files, defaults to a directory 'fanfic-reader' in the system default temporary directory")
+       @Meta(what = "directory", where = "", format = "absolute path, $HOME variable supported, / is always accepted as dir separator", info = "The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig directory (usually $HOME/.fanfix)")
        CACHE_DIR_LOCAL_READER, //
        @Meta(what = "Output type", where = "Local Reader", format = "One of the known output type", info = "The type of output for the Local Reader for non-images documents")
        LOCAL_READER_NON_IMAGES_DOCUMENT_TYPE, //