diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index a1bfbd1fd3e..db618e938c0 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -199,7 +199,7 @@ class ConvertType extends Command implements CompletionAwareInterface { $output->writeln('The following tables will not be converted:'); $output->writeln($extraFromTables); if (!$input->getOption('all-apps')) { - $output->writeln('Please note that tables belonging to available but currently not installed apps'); + $output->writeln('Please note that tables belonging to disabled (but not removed) apps'); $output->writeln('can be included by specifying the --all-apps option.'); }