Skip to content

Commit b2309d0

Browse files
committed
Fixed error message
1 parent c5fefd3 commit b2309d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StroopTest/Views/MatchingPages/FormMatchConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ private bool ValidWordList(string buttonText, out string errorMessage)
421421
}
422422
else
423423
{
424-
errorMessage = LocRM.GetString("wordListError", currentCulture);
424+
errorMessage = LocRM.GetString("listError", currentCulture);
425425
return false;
426426
}
427427
}

0 commit comments

Comments
 (0)