From eca455d0e363cd894c51b04402408dff79fe4eff Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 29 Jun 2016 16:34:28 +0100 Subject: [PATCH] fetcher: Update desctiption of plain storage type --- Sparkles/BaseFetcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sparkles/BaseFetcher.cs b/Sparkles/BaseFetcher.cs index 5ddc3bd4..fd6e67a2 100644 --- a/Sparkles/BaseFetcher.cs +++ b/Sparkles/BaseFetcher.cs @@ -92,7 +92,7 @@ namespace Sparkles { FetchedRepoStorageType = StorageType.Unknown; AvailableStorageTypes.Add ( - new StorageTypeInfo (StorageType.Plain, "Plain Storage", "Nothing fancy")); + new StorageTypeInfo (StorageType.Plain, "Plain Storage", "Nothing fancy;\nmaximum compatibility")); OriginalFetcherInfo = info; RequiredFingerprint = info.Fingerprint;