summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWieland Hoffmann <themineo@gmail.com>2011-02-21 18:56:38 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2011-02-21 18:56:38 +0100
commit743cffe7d13d814e0d27d406c7f82656d6bf8c1b (patch)
treecff52b9b98d51282b86ba72d88243c1990365e89
parent52dfa9ca7c5ef12f4e65ff88a0863f0a0f2acb19 (diff)
downloadaur-743cffe7d13d814e0d27d406c7f82656d6bf8c1b.tar.gz
aur-743cffe7d13d814e0d27d406c7f82656d6bf8c1b.tar.xz
Fix typo in "web/lib/pkgfuncs.inc".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--web/lib/pkgfuncs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index f5591f33..fd855ac1 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