Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-05-30 11:29:18 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-05-31 14:41:45 +0300
commitf2d999aa70a9631d70b6232ef5a030598ba0ffcc (patch)
treecd38724243ff0c8a237bbb3ea721ba164fad655b /lib/private/legacy/util.php
parenta0f16c69ace591f4b2c86925e1bdef45eea99ad2 (diff)
Update setupchecks.js
Fixed typo and removed doclink symbol. Reported at transifex Update util.php Another l10n improvement from transifex. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/legacy/util.php')
-rw-r--r--lib/private/legacy/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php
index ac6c47b189c..18ba44ac204 100644
--- a/lib/private/legacy/util.php
+++ b/lib/private/legacy/util.php
@@ -997,8 +997,8 @@ class OC_Util {
if (!file_exists($dataDirectory . '/.ocdata')) {
$errors[] = [
'error' => $l->t('Your data directory is invalid'),
- 'hint' => $l->t('Please check that the data directory contains a file' .
- ' ".ocdata" in its root.')
+ 'hint' => $l->t('Ensure there is a file called ".ocdata"' .
+ ' in the root of the data directory.')
];
}
return $errors;