summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/app/dependencyanalyzer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app/dependencyanalyzer.php b/lib/private/app/dependencyanalyzer.php
index f9289a08768..cfe69eab8aa 100644
--- a/lib/private/app/dependencyanalyzer.php
+++ b/lib/private/app/dependencyanalyzer.php
@@ -300,7 +300,7 @@ class DependencyAnalyzer {
}
if (!is_null($maxVersion)) {
if ($this->compareBigger($this->platform->getOcVersion(), $maxVersion)) {
- $missing[] = (string)$this->l->t('ownCloud with a version lower than %s is required.', $maxVersion);
+ $missing[] = (string)$this->l->t('ownCloud with a version lower or equal than %s is required.', $maxVersion);
}
}
return $missing;