diff --git a/yeswiki-move.php b/yeswiki-move.php index d191a59..30fc108 100755 --- a/yeswiki-move.php +++ b/yeswiki-move.php @@ -77,7 +77,8 @@ if ($from === $to) { } $climate->bold()->underline()->out('Move a YesWiki'); -$climate->out('This will move yeswiki on '.$from.' to '.$to.', CAREFULL the destination yeswiki will be replaced'."\n"); +$climate->out('This will move yeswiki on '.$from.' to '.$to.''); +$climate->red('CAREFUL: the destination yeswiki will be replaced'."\n"); $input = $climate->confirm('Is it all good ?'); if ($input->confirmed()) { $climate->shout(