OSDN Git Service

admin: JM-tl-modify output a page name if translator is not specified
authorAkihiro MOTOKI <amotoki@gmail.com>
Thu, 29 Aug 2013 17:35:59 +0000 (02:35 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Thu, 29 Aug 2013 17:35:59 +0000 (02:35 +0900)
admin/JM-tl-modify.pl

index bee0404..a39b09c 100755 (executable)
@@ -146,7 +146,7 @@ while (<TLO>) {
     # If translator name or email is not set, try to set it.
     if ($ti{'tname'} eq "" || $ti{'tmail'} eq "") {
        if ($user_name eq "" || $user_mail eq "") {
-           die "A translator is not specified for the page. " .
+           die "[$page] A translator is not specified for the page. " .
                "Please set name and mail of the translator.\n";
            exit 2;
        } else {