summaryrefslogtreecommitdiff
path: root/utils/modules/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/modules/news.php')
-rw-r--r--utils/modules/news.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/modules/news.php b/utils/modules/news.php
index 0bd091c..29187ea 100644
--- a/utils/modules/news.php
+++ b/utils/modules/news.php
@@ -84,9 +84,9 @@ class News {
// Admin config
public $admin_title = "News";
- public $admin_submodules = array("New Newsentry" => "new",
- "Edit Newsentry" => "edit",
- "Delete Newsentry" => "delete");
+ public $admin_submodules = array("New entry" => "new",
+ "Edit entry" => "edit",
+ "Delete entry" => "delete");
public function admin_add($action, $vars)
{