From 5a86a1a27bad9a44c5d5dd745ef98e703c2bee57 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Tue, 13 Feb 2024 21:42:24 -0500 Subject: [PATCH] Typo --- Source/LibationUiBase/GridView/EntryStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationUiBase/GridView/EntryStatus.cs b/Source/LibationUiBase/GridView/EntryStatus.cs index a7fbcc78..42050ba1 100644 --- a/Source/LibationUiBase/GridView/EntryStatus.cs +++ b/Source/LibationUiBase/GridView/EntryStatus.cs @@ -133,7 +133,7 @@ namespace LibationUiBase.GridView private string GetTooltip() { if (IsSeries) - return Expanded ? "Click to Collpase" : "Click to Expand"; + return Expanded ? "Click to Collapse" : "Click to Expand"; if (IsUnavailable) return "This book cannot be downloaded\nbecause it wasn't found during\nthe most recent library scan";