Make this a warning.
authorJan Schneider <jan@horde.org>
Tue, 27 Jul 2010 17:03:55 +0000 (19:03 +0200)
committerJan Schneider <jan@horde.org>
Tue, 27 Jul 2010 17:03:55 +0000 (19:03 +0200)
horde/po/translation.php

index 5d72a60..d11a8d7 100755 (executable)
@@ -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');
         }
     }
 }