]> git.pond.sub.org Git - empserver/commitdiff
Subject pages confuse topics and subjects, fix
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 28 Apr 2013 16:06:14 +0000 (18:06 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 8 May 2013 04:57:57 +0000 (06:57 +0200)
Confused since they were added in Empire 2.

info/mksubj.pl

index 567013cf1c0a82547415008f320d0e61d86635f6..1fbdb41f777d90c959cc2c161e097b6983d5aa5a 100644 (file)
@@ -220,13 +220,13 @@ sub update_subj {
     }
     $out .= ".s1\n"
        . ".in 0\n"
     }
     $out .= ".s1\n"
        . ".in 0\n"
-       . "For info on a particular subject, type \"info <subject>\" where <subject> 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 <topic>\" where <topic> 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;
        if $any_basic;
-    $out .= "Subjects marked by + are obsolete.\n"
+    $out .= "Topics marked by + are obsolete.\n"
        if $any_obsolete;
        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));
        if $any_long;
 
     return if (same_contents($fname, $out));