diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f0cd62fb..198565b9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file. - [GUI] Japanese Localization (#3394 by: utah239; reviewed: HebaruSan) - [Multiple] Match underscore in DLL to dash in identifier (#3412 by: HebaruSan; reviewed: DasSkelett) +### Bugfixes + +- [Multiple] Clarify that downloading to cache does not install (#3400 by: HebaruSan; reviewed: DasSkelett) + ### Internal - [Multiple] Cache permanent redirects (#3389 by: HebaruSan; reviewed: DasSkelett) diff --git a/ConsoleUI/ModInfoScreen.cs b/ConsoleUI/ModInfoScreen.cs index a13951be9b..2fb083cd09 100644 --- a/ConsoleUI/ModInfoScreen.cs +++ b/ConsoleUI/ModInfoScreen.cs @@ -103,12 +103,11 @@ public ModInfoScreen(GameInstanceManager mgr, ChangePlan cp, CkanModule m, bool AddTip("Esc", "Back"); AddBinding(Keys.Escape, (object sender, ConsoleTheme theme) => false); - AddTip("Ctrl+D", "Download", + AddTip("Ctrl+D", "Download to cache (does not install)", () => !manager.Cache.IsMaybeCachedZip(mod) && !mod.IsDLC ); AddBinding(Keys.CtrlD, (object sender, ConsoleTheme theme) => { - if (!mod.IsDLC) - { + if (!mod.IsDLC) { Download(theme); } return true; diff --git a/GUI/Controls/ManageMods.resx b/GUI/Controls/ManageMods.resx index 907bd92362..a2066b6433 100644 --- a/GUI/Controls/ManageMods.resx +++ b/GUI/Controls/ManageMods.resx @@ -181,8 +181,8 @@ Downloads Description Reinstall - Download Contents - Purge Contents + Download to cache (does not install) + Purge from cache Labels Edit labels... diff --git a/GUI/Localization/de-DE/ManageMods.de-DE.resx b/GUI/Localization/de-DE/ManageMods.de-DE.resx index 4e39a6cbde..349b049aaa 100644 --- a/GUI/Localization/de-DE/ManageMods.de-DE.resx +++ b/GUI/Localization/de-DE/ManageMods.de-DE.resx @@ -177,7 +177,7 @@ Downloadanzahl Kurzbeschreibung Neu installieren - Inhalt herunterladen - Inhalt löschen + In den Cache herunterladen (wird nicht installiert) + Aus dem Cache löschen Labels bearbeiten... diff --git a/GUI/Localization/fr-FR/EditModSearch.fr-FR.resx b/GUI/Localization/fr-FR/EditModSearch.fr-FR.resx index 8fe4772287..790aecb87b 100644 --- a/GUI/Localization/fr-FR/EditModSearch.fr-FR.resx +++ b/GUI/Localization/fr-FR/EditModSearch.fr-FR.resx @@ -1,4 +1,4 @@ - +