summaryrefslogtreecommitdiffstats
path: root/lib/private/Installer.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-20 10:48:56 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-20 13:14:24 +0200
commite95c15e53a9779cfa9c619d139cc590c64b95fc0 (patch)
tree5e1dcdd8bd32998fa313fc54e3d1339907f56604 /lib/private/Installer.php
parent19b531fd1412407d401f8433b05f005465ffb96c (diff)
downloadnextcloud-server-e95c15e53a9779cfa9c619d139cc590c64b95fc0.tar.gz
nextcloud-server-e95c15e53a9779cfa9c619d139cc590c64b95fc0.zip
fix more strings
Diffstat (limited to 'lib/private/Installer.php')
-rw-r--r--lib/private/Installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Installer.php b/lib/private/Installer.php
index e8872c6662f..cd23f95b857 100644
--- a/lib/private/Installer.php
+++ b/lib/private/Installer.php
@@ -392,7 +392,7 @@ class Installer {
// check if the app is compatible with this version of ownCloud
if(!OC_App::isAppCompatible(\OCP\Util::getVersion(), $info)) {
OC_Helper::rmdirr($extractDir);
- throw new \Exception($l->t("App can't be installed because it is not compatible with this version of ownCloud"));
+ throw new \Exception($l->t("App can't be installed because it is not compatible with this version of the server"));
}
// check if shipped tag is set which is only allowed for apps that are shipped with ownCloud