From 743cffe7d13d814e0d27d406c7f82656d6bf8c1b Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Mon, 21 Feb 2011 18:56:38 +0100 Subject: Fix typo in "web/lib/pkgfuncs.inc". Signed-off-by: Lukas Fleischer --- web/lib/pkgfuncs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index f5591f3..fd855ac 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -994,7 +994,7 @@ function pkg_notify ($atype, $ids, $action = True) { */ function pkg_delete_comment($atype) { if (!$atype) { - return __("You must be logged before you can edit package information."); + return __("You must be logged in before you can edit package information."); } # Get ID of comment to be removed @@ -1026,7 +1026,7 @@ function pkg_delete_comment($atype) { */ function pkg_change_category($atype) { if (!$atype) { - return __("You must be logged before you can edit package information."); + return __("You must be logged in before you can edit package information."); } # Get ID of the new category -- cgit v1.2.3-54-g00ecf