This commit is contained in:
Robert McRackan 2024-02-13 21:42:24 -05:00
parent dc5e55de68
commit 5a86a1a27b

View File

@ -133,7 +133,7 @@ namespace LibationUiBase.GridView
private string GetTooltip() private string GetTooltip()
{ {
if (IsSeries) if (IsSeries)
return Expanded ? "Click to Collpase" : "Click to Expand"; return Expanded ? "Click to Collapse" : "Click to Expand";
if (IsUnavailable) if (IsUnavailable)
return "This book cannot be downloaded\nbecause it wasn't found during\nthe most recent library scan"; return "This book cannot be downloaded\nbecause it wasn't found during\nthe most recent library scan";