diff options
Diffstat (limited to 'lib/app.php')
-rwxr-xr-x | lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.php b/lib/app.php index 006599e7dfc..261f0793994 100755 --- a/lib/app.php +++ b/lib/app.php @@ -279,7 +279,7 @@ class OC_App{ * entries are sorted by the key 'order' ascending. */ public static function getSettingsNavigation(){ - $l=OC_L10N::get('core'); + $l=OC_L10N::get('lib'); $settings = array(); // by default, settings only contain the help menu |