Add missing Sql localization strings

This commit is contained in:
hishamco 2020-12-08 20:50:14 +03:00
parent 8e4a7549ed
commit 0e95e94cab

View File

@ -105,7 +105,7 @@ else
} }
else else
{ {
table = "No Results Returned"; table = Localizer["No Results Returned"];
} }
return table; return table;