From a785324102ef43ec430d32b0851afd97ee24dba6 Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Mon, 19 Jul 2021 09:22:05 +0200 Subject: fix: Add "Deprecated" to Tardigrade-Strings --- Duplicati/Library/Backend/Tardigrade/Strings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Duplicati/Library/Backend/Tardigrade') 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)"); } } } } -- cgit v1.2.3