diff options
author | Wieland Hoffmann <themineo@gmail.com> | 2011-02-21 18:56:38 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-02-21 18:56:38 +0100 |
commit | 743cffe7d13d814e0d27d406c7f82656d6bf8c1b (patch) | |
tree | cff52b9b98d51282b86ba72d88243c1990365e89 | |
parent | 52dfa9ca7c5ef12f4e65ff88a0863f0a0f2acb19 (diff) |
Fix typo in "web/lib/pkgfuncs.inc".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/lib/pkgfuncs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |