X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=5ccfa20e09afefd42a5674c400d830ae2901ee48;hp=765802833b054b9270d75c86d8db13f19f8cb047;hb=6404163f499105481e17d5221641523cb15d02f2;hpb=071760a7bd1a175ebe9c77b460b8d0f654eeee48 diff --git a/remoteglot.pl b/remoteglot.pl index 7658028..5ccfa20 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -756,9 +756,9 @@ sub output_screen { } if (exists($info->{'tbhits'}) && $info->{'tbhits'} > 0) { if ($info->{'tbhits'} == 1) { - $text .= ", one Nalimov hit"; + $text .= ", one Syzygy hit"; } else { - $text .= sprintf ", %u Nalimov hits", $info->{'tbhits'}; + $text .= sprintf ", %u Syzygy hits", $info->{'tbhits'}; } } $text .= "\n\n";