From 74dfc604d173b675b87e53a2d3b7e9e33415ae7a Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Mon, 23 Nov 2015 13:08:53 +0100
Subject: [PATCH] language fixes

---
 apps/files_external/command/listcommand.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/files_external/command/listcommand.php b/apps/files_external/command/listcommand.php
index 923939b4e3..4c027ffcb8 100644
--- a/apps/files_external/command/listcommand.php
+++ b/apps/files_external/command/listcommand.php
@@ -81,7 +81,7 @@ class ListCommand extends Base {
 				'full',
 				null,
 				InputOption::VALUE_NONE,
-				'dont truncate long values in table output'
+				'don\'t truncate long values in table output'
 			);
 		parent::configure();
 	}
@@ -107,7 +107,7 @@ class ListCommand extends Base {
 			if ($userId) {
 				$output->writeln("<info>No mounts configured by $userId</info>");
 			} else {
-				$output->writeln("<info>No mounts admin configured</info>");
+				$output->writeln("<info>No admin mounts configured</info>");
 			}
 			return;
 		}
-- 
GitLab