diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index c03493d8..880a6758 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -10,7 +10,7 @@ if ($uid == $row["MaintainerUID"] or $edit_cat = "
"; } else { - $edit_cat = "Category: " . $row['Category'] . ""; + $edit_cat = "" . __("Category") . ": " . $row['Category'] . ""; } if ($row["SubmitterUID"]) {