From b1c74688d4fa2af21e54f9f2f69eb55753a739b7 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sat, 25 Apr 2020 21:31:55 +0200 Subject: [PATCH] Download-to-cache -> Prefetch-to-cache --- bundles/StringIdGui.java | 2 +- bundles/resources_gui.properties | 2 +- bundles/resources_gui_fr.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/StringIdGui.java b/bundles/StringIdGui.java index 2c9d222..c109f42 100644 --- a/bundles/StringIdGui.java +++ b/bundles/StringIdGui.java @@ -109,7 +109,7 @@ 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") + @Meta(def = "Prefetch 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, // diff --git a/bundles/resources_gui.properties b/bundles/resources_gui.properties index 6d46af4..40be5eb 100644 --- a/bundles/resources_gui.properties +++ b/bundles/resources_gui.properties @@ -114,7 +114,7 @@ MENU_FILE_OPEN = Open MENU_EDIT = Edit # the edit/send to cache menu button, to download the story into the cache if not already done # (FORMAT: STRING) -MENU_EDIT_DOWNLOAD_TO_CACHE = Download to cache +MENU_EDIT_DOWNLOAD_TO_CACHE = Prefetch to cache # the clear cache menu button, to clear the cache for a single book # (FORMAT: STRING) MENU_EDIT_CLEAR_CACHE = Clear cache diff --git a/bundles/resources_gui_fr.properties b/bundles/resources_gui_fr.properties index 1ede37c..25ff542 100644 --- a/bundles/resources_gui_fr.properties +++ b/bundles/resources_gui_fr.properties @@ -114,7 +114,7 @@ MENU_FILE_OPEN = Ouvrir MENU_EDIT = Edition # the edit/send to cache menu button, to download the story into the cache if not already done # (FORMAT: STRING) -MENU_EDIT_DOWNLOAD_TO_CACHE = Charger en cache +MENU_EDIT_DOWNLOAD_TO_CACHE = Précharger en cache # the clear cache menu button, to clear the cache for a single book # (FORMAT: STRING) MENU_EDIT_CLEAR_CACHE = Nettoyer le cache -- 2.27.0