This fixes a small message telling people they had to be logged to edit package
information into telling them they need to be logged _in_.
---
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