diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-30 23:51:44 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-30 23:51:44 +0200 |
commit | 58b1e841f11559f462ce803a500105f0b64f6e36 (patch) | |
tree | 792b58d8b3b3914c470034298e2d57c22a9d295f /lib/app.php | |
parent | 6324daecc08e947e9290228a5bf6dca49ceeabaa (diff) | |
download | nextcloud-server-58b1e841f11559f462ce803a500105f0b64f6e36.tar.gz nextcloud-server-58b1e841f11559f462ce803a500105f0b64f6e36.zip |
fix translations within subfolder /lib
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 |