]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.pl
Replace Nalimov with Syzygy everywhere.
[remoteglot] / remoteglot.pl
index 765802833b054b9270d75c86d8db13f19f8cb047..5ccfa20e09afefd42a5674c400d830ae2901ee48 100755 (executable)
@@ -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";