Signed-off-by: Connor Behan <[email protected]>
---
 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

Reply via email to