Commit: c73d99d20683988ad8d2a7af57955b53bf6fa8a8

Author: David Persson | Date: 2010-07-29 00:57:26 +0200
Default save to yes.
diff --git a/libraries/lithium/console/command/g11n/Extract.php b/libraries/lithium/console/command/g11n/Extract.php index 1840953..5b91bae 100644 --- a/libraries/lithium/console/command/g11n/Extract.php +++ b/libraries/lithium/console/command/g11n/Extract.php @@ -154,7 +154,7 @@ class Extract extends \lithium\console\Command { $this->out($message); $this->out(); - if ($this->in('Save?', array('choices' => array('y', 'n'), 'default' => 'n')) != 'y') { + if ($this->in('Save?', array('choices' => array('y', 'n'), 'default' => 'y')) != 'y') { $this->out('Aborting upon user request.'); $this->stop(1); }