[aur-dev] [PATCH] Fix typo in delete permission warning
2 Mar
2013
2 Mar
'13
7:21 a.m.
Signed-off-by: Connor Behan <connor.behan@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
4353
Age (days ago)
4353
Last active (days ago)
0 comments
1 participants
participants (1)
-
Connor Behan