language fixes

This commit is contained in:
Robin Appelman 2015-11-23 13:08:53 +01:00
parent ff72eac927
commit 74dfc604d1
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class ListCommand extends Base {
'full', 'full',
null, null,
InputOption::VALUE_NONE, InputOption::VALUE_NONE,
'dont truncate long values in table output' 'don\'t truncate long values in table output'
); );
parent::configure(); parent::configure();
} }
@ -107,7 +107,7 @@ class ListCommand extends Base {
if ($userId) { if ($userId) {
$output->writeln("<info>No mounts configured by $userId</info>"); $output->writeln("<info>No mounts configured by $userId</info>");
} else { } else {
$output->writeln("<info>No mounts admin configured</info>"); $output->writeln("<info>No admin mounts configured</info>");
} }
return; return;
} }