diff --git a/system/src/Grav/Console/Gpm/InstallCommand.php b/system/src/Grav/Console/Gpm/InstallCommand.php
index 8ee61bbe7..d0272a1c9 100644
--- a/system/src/Grav/Console/Gpm/InstallCommand.php
+++ b/system/src/Grav/Console/Gpm/InstallCommand.php
@@ -267,7 +267,7 @@ class InstallCommand extends Command
$this->output->writeln('');
} else {
if (file_exists($to)) {
- $this->output->writeln(" '- Symlink cannot overwrite an existing folder");
+ $this->output->writeln(" '- Symlink cannot overwrite an existing package, please remove first");
$this->output->writeln('');
} else {
symlink($from, $to);