From 0d3c69053b7eb67e5dccdae6b1724142d7cad600 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 27 Jul 2010 19:03:55 +0200 Subject: [PATCH] Make this a warning. --- horde/po/translation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } } -- 2.11.0