summaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-06-22 11:08:26 +0200
committerJoas Schilling <coding@schilljs.com>2018-06-22 11:08:26 +0200
commit6eb265389744753cb6d76fc355c176f068fc748e (patch)
tree5fafb18db47aaa05ee9d4aeb96a9becc3239daa9 /core/Command
parent8ebc3d90a0876d243c889108f3a95219c0863458 (diff)
downloadnextcloud-server-6eb265389744753cb6d76fc355c176f068fc748e.tar.gz
nextcloud-server-6eb265389744753cb6d76fc355c176f068fc748e.zip
Use ellipsis instead of triple dot
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index f6f33783684..86f049d9f2a 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -193,7 +193,7 @@ class Upgrade extends Command {
$output->writeln('<info>Maintenance mode is kept active</info>');
});
$updater->listen('\OC\Updater', 'waitForCronToFinish', function () use($output) {
- $output->writeln('<info>Waiting for cron to finish (checks again in 5 seconds)...</info>');
+ $output->writeln('<info>Waiting for cron to finish (checks again in 5 seconds) …</info>');
});
$updater->listen('\OC\Updater', 'updateEnd',
function ($success) use($output, $self) {