diff --git a/apps/files_versions/templates/settings-personal.php b/apps/files_versions/templates/settings-personal.php
index fe9ba381e58..6d97cea46c3 100644
--- a/apps/files_versions/templates/settings-personal.php
+++ b/apps/files_versions/templates/settings-personal.php
@@ -1,9 +1,14 @@
diff --git a/settings/js/users.js b/settings/js/users.js
index 6026b22d1aa..d0a3c1c21ab 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -182,7 +182,7 @@ UserList={
};
var label;
if(isadmin){
- label = t('files', 'add group');
+ label = t('core', 'add group');
}else{
label = null;
}
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
old mode 100755
new mode 100644
index b701b0e839a..a02d3f5cfe4
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -13,7 +13,9 @@ if(!$_['htaccessworking']) {
ownCloud ()
- Developed by the ownCloud community, the source code is licensed under the AGPL.
+ echo $l->t('Developed by the ownCloud community, the source code is licensed under the AGPL.'); ?>