From b20440babb4c14311601fce7b14e0f990a7eac2a Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 6 Oct 2008 23:28:28 +0200 Subject: [PATCH] Notification text: validated -> approved For the sake of consistency. --- PciIds/Notifications.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PciIds/Notifications.pm b/PciIds/Notifications.pm index 59e6922..32a3122 100644 --- a/PciIds/Notifications.pm +++ b/PciIds/Notifications.pm @@ -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"; } } -- 2.39.2