summaryrefslogtreecommitdiffstats
path: root/settings/ajax/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-17 15:00:22 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-17 15:00:22 +0300
commitf85b709fae1869f684a4c91067b6a38b4e629163 (patch)
tree331919910e9c72d64da7700a5d3398fea021c14a /settings/ajax/apps
parent1fd3c5fbc0b76fd6513670445e3358b94231d41a (diff)
downloadnextcloud-server-f85b709fae1869f684a4c91067b6a38b4e629163.tar.gz
nextcloud-server-f85b709fae1869f684a4c91067b6a38b4e629163.zip
Use correct translation file
every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get
Diffstat (limited to 'settings/ajax/apps')
-rw-r--r--settings/ajax/apps/ocs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php
index 71cb046fc8d..b47a67c13bb 100644
--- a/settings/ajax/apps/ocs.php
+++ b/settings/ajax/apps/ocs.php
@@ -11,7 +11,7 @@ require_once '../../../lib/base.php';
OC_JSON::checkAdminUser();
-$l = OC_L10N::get('core');
+$l = OC_L10N::get('settings');
if(OC_Config::getValue('appstoreenabled', true)==false) {
OCP\JSON::success(array('type' => 'external', 'data' => array()));