From a90cefcea2d9240477fdd597d6dc247f101f555a Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 28 Oct 2013 21:42:48 +0100 Subject: avoid usage of brand name 'ownCloud' --- apps/files/lib/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/lib/app.php') diff --git a/apps/files/lib/app.php b/apps/files/lib/app.php index 810a9fdd8d1..f5ac11b2168 100644 --- a/apps/files/lib/app.php +++ b/apps/files/lib/app.php @@ -57,7 +57,7 @@ class App { // rename to "/Shared" is denied if( $dir === '/' and $newname === 'Shared' ) { $result['data'] = array( - 'message' => $this->l10n->t("Invalid folder name. Usage of 'Shared' is reserved by ownCloud") + 'message' => $this->l10n->t("Invalid folder name. Usage of 'Shared' is reserved.") ); // rename to existing file is denied } else if ($this->view->file_exists($dir . '/' . $newname)) { -- cgit v1.2.3