summaryrefslogtreecommitdiffstats
path: root/admin/appinfo/app.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-18 11:22:35 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-18 11:23:47 +0200
commit5249f09f70c670dcd7d34cac5c5c2ae617ae739b (patch)
treea2ba154664dc0bd2dad4e040371e90970cbde85c /admin/appinfo/app.php
parent4e5fe303a1f1906d34f5e303408e96236dfcc41b (diff)
downloadnextcloud-server-5249f09f70c670dcd7d34cac5c5c2ae617ae739b.tar.gz
nextcloud-server-5249f09f70c670dcd7d34cac5c5c2ae617ae739b.zip
even shinier icons
Diffstat (limited to 'admin/appinfo/app.php')
-rw-r--r--admin/appinfo/app.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/appinfo/app.php b/admin/appinfo/app.php
index 04f8caf138c..e87013bd993 100644
--- a/admin/appinfo/app.php
+++ b/admin/appinfo/app.php
@@ -2,10 +2,10 @@
OC_APP::register( array( "order" => 1, "id" => "admin", "name" => "Administration" ));
-OC_APP::addAdminPage( array( "id" => "core_system", "order" => 1, "href" => OC_HELPER::linkTo( "admin", "system.php" ), "name" => "System setting", "icon" => OC_HELPER::imagePath( "admin", "administration.png" )));
+OC_APP::addAdminPage( array( "id" => "core_system", "order" => 1, "href" => OC_HELPER::linkTo( "admin", "system.php" ), "name" =>"System", "icon" => OC_HELPER::imagePath( "admin", "administration.png" )));
OC_APP::addAdminPage( array( "id" => "core_users", "order" => 2, "href" => OC_HELPER::linkTo( "admin", "users.php" ), "name" => "Users", "icon" => OC_HELPER::imagePath( "admin", "users.png" )));
OC_APP::addAdminPage( array( "id" => "core_apps", "order" => 3, "href" => OC_HELPER::linkTo( "admin", "apps.php" ), "name" => "Apps", "icon" => OC_HELPER::imagePath( "admin", "apps.png" )));
-OC_APP::addAdminPage( array( "id" => "core_plugins", "order" => 4, "href" => OC_HELPER::linkTo( "admin", "plugins.php" ), "name" => "Plugins", "icon" => OC_HELPER::imagePath( "admin", "apps.png" )));
+OC_APP::addAdminPage( array( "id" => "core_plugins", "order" => 4, "href" => OC_HELPER::linkTo( "admin", "plugins.php" ), "name" => "Plugins", "icon" => OC_HELPER::imagePath( "admin", "plugins.png" )));
// Add subentries for App installer
OC_APP::addNavigationSubEntry( "core_apps", array( "id" => "core_apps_installed", "order" => 4, "href" => OC_HELPER::linkTo( "admin", "apps.php?add=some&parameters=here" ), "name" => "Installed apps", "icon" => OC_HELPER::imagePath( "admin", "navicon.png" )));