diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-17 00:07:17 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-17 00:07:17 +0000 |
commit | 0afd1a3ce8392863a89932b7525d58be8c7f5135 (patch) | |
tree | c3afa1eecf2b553105580e3ea92577dbf0afb643 /start.php | |
parent | 4e4f91f83a3cbdfc240059bebadf852c1e5901cf (diff) | |
download | elgg-0afd1a3ce8392863a89932b7525d58be8c7f5135.tar.gz elgg-0afd1a3ce8392863a89932b7525d58be8c7f5135.tar.bz2 |
switched to Administration from Settings
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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");
}
}
|