From: Markus Armbruster Date: Sun, 28 Apr 2013 16:06:14 +0000 (+0200) Subject: Subject pages confuse topics and subjects, fix X-Git-Tag: v4.3.31~29 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=21762a2c53f59dc51999a8cd2a8464abf7416076 Subject pages confuse topics and subjects, fix Confused since they were added in Empire 2. --- diff --git a/info/mksubj.pl b/info/mksubj.pl index 567013cf1..1fbdb41f7 100644 --- a/info/mksubj.pl +++ b/info/mksubj.pl @@ -220,13 +220,13 @@ sub update_subj { } $out .= ".s1\n" . ".in 0\n" - . "For info on a particular subject, type \"info \" where is\n" - . "one of the subjects listed above.\n"; - $out .= "Subjects marked by * are the most important and should be read by new players.\n" + . "For info on a particular topic, type \"info \" where is\n" + . "one of the topics listed above.\n"; + $out .= "Topics marked by * are the most important and should be read by new players.\n" if $any_basic; - $out .= "Subjects marked by + are obsolete.\n" + $out .= "Topics marked by + are obsolete.\n" if $any_obsolete; - $out .= "Unusually long subjects are marked with a !.\n" + $out .= "Topics with unusually long info are marked with a !.\n" if $any_long; return if (same_contents($fname, $out));