From: Jan Schneider Date: Tue, 27 Jul 2010 17:03:55 +0000 (+0200) Subject: Make this a warning. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0d3c69053b7eb67e5dccdae6b1724142d7cad600;p=horde.git Make this a warning. --- diff --git a/horde/po/translation.php b/horde/po/translation.php index 5d72a6029..d11a8d790 100755 --- a/horde/po/translation.php +++ b/horde/po/translation.php @@ -1112,7 +1112,7 @@ function commit($help_only = false) } if (!$test) system($sh); if ($git) { - $c->writeln('You have to push the commit manually!'); + $c->message('You have to push the commit manually!', 'cli.warning'); } } }