]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
switched to Administration from Settings
authorCash Costello <cash.costello@gmail.com>
Wed, 17 Jun 2009 00:07:17 +0000 (00:07 +0000)
committerCash Costello <cash.costello@gmail.com>
Wed, 17 Jun 2009 00:07:17 +0000 (00:07 +0000)
admin.php
languages/en.php
start.php

index f44250d719a49bef4cfc0bd5c58c6995ab4bd20c..23a3c22f34d0250cc911a5211f7632f8ef9f7198 100644 (file)
--- a/admin.php
+++ b/admin.php
        set_context('admin');\r
        set_page_owner($_SESSION['guid']);\r
 \r
-       $body = elgg_view_title(elgg_echo('tidypics:adminsettings'));\r
+       $body = elgg_view_title(elgg_echo('tidypics:administration'));\r
        \r
        $body .= elgg_view("admin/tidypics");\r
        \r
-       page_draw(elgg_echo('tidypics:adminsettings'),elgg_view_layout("two_column_left_sidebar", '', $body));\r
+       page_draw(elgg_echo('tidypics:administration'), elgg_view_layout("two_column_left_sidebar", '', $body));\r
 \r
 ?>
\ No newline at end of file
index 7c452c6e41c7bd1bcbd95637b0c4520d7d5107af..9bcd623f66cf3812181c79a2300a6a639e4153f7 100644 (file)
@@ -39,9 +39,9 @@
                        'tidypics:highestrated' => "Highest rated images",\r
                        'tidypics:viewsbyowner' => "Views: %s by %s users (not including you)",\r
                        'tidypics:viewsbyothers' => "Views: %s (%s by you)",\r
-       \r
+                       'tidypics:administration' => 'Tidypics Administration',\r
+                       \r
                //settings\r
-                       'tidypics:adminsettings' => 'Tidypics Settings',\r
                        'tidypics:admin:instructions' => 'These are the core Tidypics settings. Change them for your setup and then click save.',\r
                        'tidypics:settings:image_lib' => "Image Library: ",\r
                        'tidypics:settings:download_link' => "Show download link",\r
index 082dc1507de739abe8446b061a077fba8da60356..650c9ed2ee7a00d532536bebc2a8017c4b115f7d 100644 (file)
--- a/start.php
+++ b/start.php
        {\r
                global $CONFIG;\r
                if (get_context() == 'admin' && isadminloggedin()) {\r
-                       add_submenu_item(elgg_echo('tidypics:adminsettings'), $CONFIG->url . "mod/tidypics/admin.php");\r
+                       add_submenu_item(elgg_echo('tidypics:administration'), $CONFIG->url . "mod/tidypics/admin.php");\r
                }\r
        }\r
 \r