Browse Source

Minor - Update DatabaseManager label

Yannick Warnier 9 years ago
parent
commit
001f26e78e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/index.php

+ 1 - 1
main/admin/index.php

@@ -354,7 +354,7 @@ if (api_is_platform_admin()) {
 
         $items[] = array(
             'url' => "db.php?username=$username&db=$databaseName&server=$host",
-            'label' => get_lang('Database Manager')
+            'label' => get_lang('DatabaseManager')
         );
     }