mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix typo in "web/lib/pkgfuncs.inc".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
52dfa9ca7c
commit
743cffe7d1
1 changed files with 2 additions and 2 deletions
|
@ -994,7 +994,7 @@ function pkg_notify ($atype, $ids, $action = True) {
|
||||||
*/
|
*/
|
||||||
function pkg_delete_comment($atype) {
|
function pkg_delete_comment($atype) {
|
||||||
if (!$atype) {
|
if (!$atype) {
|
||||||
return __("You must be logged before you can edit package information.");
|
return __("You must be logged in before you can edit package information.");
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get ID of comment to be removed
|
# Get ID of comment to be removed
|
||||||
|
@ -1026,7 +1026,7 @@ function pkg_delete_comment($atype) {
|
||||||
*/
|
*/
|
||||||
function pkg_change_category($atype) {
|
function pkg_change_category($atype) {
|
||||||
if (!$atype) {
|
if (!$atype) {
|
||||||
return __("You must be logged before you can edit package information.");
|
return __("You must be logged in before you can edit package information.");
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get ID of the new category
|
# Get ID of the new category
|
||||||
|
|
Loading…
Add table
Reference in a new issue