diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php index d1026ce4..39fe81a4 100644 --- a/web/html/pkgdel.php +++ b/web/html/pkgdel.php @@ -20,8 +20,15 @@ if ($atype == "Trusted User" || $atype == "Developer"): ?>
- = __('Use this form to delete the package (%s%s%s) from the AUR. ', + = __('Use this form to delete the package base %s%s%s and the following packages from the AUR: ', '', htmlspecialchars($pkgbase_name), ''); ?> +
+= __('Deletion of a package is permanent. '); ?> = __('Select the checkbox to confirm action.') ?>
diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index 9ffd5e74..dbc5eac6 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -20,8 +20,16 @@ if ($atype == "Trusted User" || $atype == "Developer"): ?>- = __('Use this form to merge the package (%s%s%s) into another package. ', + = __('Use this form to merge the package base %s%s%s into another package. ', '', htmlspecialchars($pkgbase_name), ''); ?> + = __('The following packages will be deleted: '); ?> +
+= __('Once the package has been merged it cannot be reversed. '); ?> = __('Enter the package name you wish to merge the package into. '); ?> = __('Select the checkbox to confirm action.') ?>