[aur-dev] [PATCH] Fix typo in delete permission warning
Connor Behan
connor.behan at gmail.com
Sat Mar 2 02:21:50 EST 2013
Signed-off-by: Connor Behan <connor.behan at gmail.com>
---
web/lib/pkgfuncs.inc.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/lib/pkgfuncs.inc.php b/web/lib/pkgfuncs.inc.php
index 5ad53b2..53b7e54 100644
--- a/web/lib/pkgfuncs.inc.php
+++ b/web/lib/pkgfuncs.inc.php
@@ -851,7 +851,7 @@ function pkg_delete ($atype, $ids, $mergepkgid) {
# If they're a TU or dev, can delete
if ($atype != "Trusted User" && $atype != "Developer") {
- return __("You do have permission to delete packages.");
+ return __("You do not have permission to delete packages.");
}
$ids = sanitize_ids($ids);
--
1.8.1.4
More information about the aur-dev
mailing list