aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-17 00:07:17 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-17 00:07:17 +0000
commit0afd1a3ce8392863a89932b7525d58be8c7f5135 (patch)
treec3afa1eecf2b553105580e3ea92577dbf0afb643 /start.php
parent4e4f91f83a3cbdfc240059bebadf852c1e5901cf (diff)
downloadelgg-0afd1a3ce8392863a89932b7525d58be8c7f5135.tar.gz
elgg-0afd1a3ce8392863a89932b7525d58be8c7f5135.tar.bz2
switched to Administration from Settings
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 082dc1507..650c9ed2e 100644
--- a/start.php
+++ b/start.php
@@ -178,7 +178,7 @@
{
global $CONFIG;
if (get_context() == 'admin' && isadminloggedin()) {
- add_submenu_item(elgg_echo('tidypics:adminsettings'), $CONFIG->url . "mod/tidypics/admin.php");
+ add_submenu_item(elgg_echo('tidypics:administration'), $CONFIG->url . "mod/tidypics/admin.php");
}
}