]> mj.ucw.cz Git - pciids.git/commitdiff
Notification text: validated -> approved
authorMichal Vaner <vorner@ucw.cz>
Mon, 6 Oct 2008 21:28:28 +0000 (23:28 +0200)
committerMichal Vaner <vorner@ucw.cz>
Mon, 6 Oct 2008 21:28:28 +0000 (23:28 +0200)
For the sake of consistency.

PciIds/Notifications.pm

index 59e6922b52a60d3799c0aeba0bb5dc2727f9a1c8..32a3122df1486d1925379bf5d33a99303571f123 100644 (file)
@@ -77,13 +77,13 @@ sub sendOut( $$ ) {
                        $note .= "    Time: $time\n";
                } elsif( $reason == 2 ) {
                        if( $name ne '' ) {
-                               $note = "Item name validated.\n  Id:".$addr->pretty()."\n";
+                               $note = "Item name approved.\n  Id:".$addr->pretty()."\n";
                                $note .= "  Name: $newname\n";
                                $note .= "  Description: $newdesc\n" if( defined $newdesc && ( $newdesc ne '' ) );
                                $note .= "  Comment text: $text\n" if( defined $text && ( $text ne '' ) );
                                $note .= "  Address: http://".$config{'hostname'}."/read/".$addr->get()."\n";
                        } else {
-                               $note = "Item deletion validated.\n  Id:".$addr->pretty()."\n";
+                               $note = "Item deletion approved.\n  Id:".$addr->pretty()."\n";
                                $note .= "  Address: http://".$config{'hostname'}."/read/".$addr->get()."\n";
                        }
                }