Typo
This commit is contained in:
parent
dc5e55de68
commit
5a86a1a27b
@ -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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user