Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2021-07-19 10:22:05 +0300
committerTopperDEL <github_com@tparth.de>2021-07-19 10:22:05 +0300
commita785324102ef43ec430d32b0851afd97ee24dba6 (patch)
tree2e2a86a0818b2727b1264128375c094fa669c855 /Duplicati/Library/Backend/Tardigrade
parent0c9435fe7b011d34c5423d59114c362948724e9e (diff)
fix: Add "Deprecated" to Tardigrade-Strings
Diffstat (limited to 'Duplicati/Library/Backend/Tardigrade')
-rw-r--r--Duplicati/Library/Backend/Tardigrade/Strings.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/Tardigrade/Strings.cs b/Duplicati/Library/Backend/Tardigrade/Strings.cs
index 4d4eda2f1..3703872f2 100644
--- a/Duplicati/Library/Backend/Tardigrade/Strings.cs
+++ b/Duplicati/Library/Backend/Tardigrade/Strings.cs
@@ -9,7 +9,7 @@ namespace Duplicati.Library.Backend.Strings
{
internal static class Tardigrade
{
- public static string DisplayName { get { return LC.L(@"Tardigrade Decentralised Cloud Storage"); } }
- public static string Description { get { return LC.L(@"This backend can read and write data to the Tardigrade Decentralized Cloud Storage. It is deprecated - please move over to the new Storj DCS."); } }
+ public static string DisplayName { get { return LC.L(@"Tardigrade Decentralised Cloud Storage (Deprecated)"); } }
+ public static string Description { get { return LC.L(@"This backend can read and write data to the Tardigrade Decentralized Cloud Storage. It is deprecated - please move over to the new Storj DCS. (Deprecated)"); } }
}
}