From f2d999aa70a9631d70b6232ef5a030598ba0ffcc Mon Sep 17 00:00:00 2001 From: rakekniven Date: Tue, 30 May 2017 10:29:18 +0200 Subject: 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 --- lib/private/legacy/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3