From e7f898e7d08af6cad7a360bac0f3380828d89729 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 27 Apr 2015 07:53:25 -0400 Subject: [PATCH] Bug 11431 [QA Followup] - Fix POD --- Koha/AudioAlert.pm | 2 +- Koha/AudioAlerts.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/AudioAlert.pm b/Koha/AudioAlert.pm index 4bedbb9..e6873f4 100644 --- a/Koha/AudioAlert.pm +++ b/Koha/AudioAlert.pm @@ -27,7 +27,7 @@ use base qw(Koha::Object); =head1 NAME -Koha::AudioAlert - Koha Borrower Object class +Koha::AudioAlert - Koha Audio Alert object class =head1 API diff --git a/Koha/AudioAlerts.pm b/Koha/AudioAlerts.pm index 1127297..6117f89 100644 --- a/Koha/AudioAlerts.pm +++ b/Koha/AudioAlerts.pm @@ -29,7 +29,7 @@ use base qw(Koha::Objects); =head1 NAME -Koha::AudioAlert - Koha Borrower Object class +Koha::AudioAlerts - Koha Audio Alert object set class =head1 API -- 1.7.2.5