prefetch to cache
[fanfix.git] / src / be / nikiroo / fanfix / bundles / StringIdGui.java
index 6bb774c1a0bab0e194f1c31da8e6b101f310e6ac..2c9d222a84d41e9d3bc50ad58d107f42dfaed64e 100644 (file)
@@ -109,6 +109,8 @@ public enum StringIdGui {
        MENU_FILE_OPEN, //
        @Meta(def = "Edit", format = Format.STRING, description = "the edit menu")
        MENU_EDIT, //
+       @Meta(def = "Download to cache", format = Format.STRING, description = "the edit/send to cache menu button, to download the story into the cache if not already done")
+       MENU_EDIT_DOWNLOAD_TO_CACHE, //
        @Meta(def = "Clear cache", format = Format.STRING, description = "the clear cache menu button, to clear the cache for a single book")
        MENU_EDIT_CLEAR_CACHE, //
        @Meta(def = "Redownload", format = Format.STRING, description = "the edit/redownload menu button, to download the latest version of the book")