diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 10:48:56 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 13:14:24 +0200 |
commit | e95c15e53a9779cfa9c619d139cc590c64b95fc0 (patch) | |
tree | 5e1dcdd8bd32998fa313fc54e3d1339907f56604 /lib/private/legacy/app.php | |
parent | 19b531fd1412407d401f8433b05f005465ffb96c (diff) | |
download | nextcloud-server-e95c15e53a9779cfa9c619d139cc590c64b95fc0.tar.gz nextcloud-server-e95c15e53a9779cfa9c619d139cc590c64b95fc0.zip |
fix more strings
Diffstat (limited to 'lib/private/legacy/app.php')
-rw-r--r-- | lib/private/legacy/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/app.php b/lib/private/legacy/app.php index d4bf4f50c0e..87553cca805 100644 --- a/lib/private/legacy/app.php +++ b/lib/private/legacy/app.php @@ -1139,7 +1139,7 @@ class OC_App { $version = \OCP\Util::getVersion(); if (!self::isAppCompatible($version, $info)) { throw new \Exception( - $l->t('App "%s" cannot be installed because it is not compatible with this version of ownCloud.', + $l->t('App "%s" cannot be installed because it is not compatible with this version of the server.', array($info['name']) ) ); |