Skip to content

Commit ff7192a

Browse files
author
Ivan Gavryshko
committed
MAGETWO-38202: Create skelton language uninstall command
- fixed message text
1 parent 7944783 commit ff7192a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Translation/Console/Command/UninstallLanguageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
117117

118118
foreach ($languages as $package) {
119119
if (!$this->validate($package)) {
120-
$output->writeln("<info>Package $package is not a magento language and will be skipped.</info>");
120+
$output->writeln("<info>Package $package is not a Magento language and will be skipped.</info>");
121121
} else {
122122
if (sizeof($dependencies[$package]) > 0) {
123123
$output->writeln("<info>Package $package has dependencies and will be skipped.</info>");

0 commit comments

Comments
 (0)