Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed Feb 14, 2024
1 parent dc5e55d commit 5a86a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/LibationUiBase/GridView/EntryStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private object GetLiberateIcon()
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";
Expand Down

0 comments on commit 5a86a1a

Please sign in to comment.