diff options
Diffstat (limited to 'httemplate/browse/part_pkg_report_option.html')
-rw-r--r-- | httemplate/browse/part_pkg_report_option.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_pkg_report_option.html b/httemplate/browse/part_pkg_report_option.html index 90540bca2..9745b13d2 100644 --- a/httemplate/browse/part_pkg_report_option.html +++ b/httemplate/browse/part_pkg_report_option.html @@ -20,7 +20,7 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); my $html_init = - 'Package optional report classes define groups of packages, for reporting purposes.'. + 'Package optional report classes define optional groups of packages for reporting only.'. qq!<BR><BR><A HREF="${p}edit/part_pkg_report_option.html"><I>Add a class</I></A><BR><BR>!; my $link = [ $p.'edit/part_pkg_report_option.html?', 'num' ]; |