Fix typo in delete permission warning

Signed-off-by: Connor Behan <connor.behan@gmail.com>
Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Connor Behan 2013-03-02 07:21:50 +00:00 committed by Lukas Fleischer
parent fe096e31cf
commit a386bbd35d

View file

@ -851,7 +851,7 @@ function pkg_delete ($atype, $ids, $mergepkgid) {
# If they're a TU or dev, can delete # If they're a TU or dev, can delete
if ($atype != "Trusted User" && $atype != "Developer") { 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); $ids = sanitize_ids($ids);