[Bps-public-commit] App-Changeloggr branch, master, updated. 765d7e092334eef8b3f0589320d95df40af8db4b

sartak at bestpractical.com sartak at bestpractical.com
Mon Mar 30 14:35:43 EDT 2009


The branch, master has been updated
       via  765d7e092334eef8b3f0589320d95df40af8db4b (commit)
      from  197ecdf2b935bafb7c7b016c0b3024d0605c9f5b (commit)

Summary of changes:
 lib/App/Changeloggr/Action/AddChanges.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 765d7e092334eef8b3f0589320d95df40af8db4b
Author: Shawn M Moore <sartak at gmail.com>
Date:   Mon Mar 30 14:35:36 2009 -0400

    Use a format that works

diff --git a/lib/App/Changeloggr/Action/AddChanges.pm b/lib/App/Changeloggr/Action/AddChanges.pm
index d678e71..3900d06 100644
--- a/lib/App/Changeloggr/Action/AddChanges.pm
+++ b/lib/App/Changeloggr/Action/AddChanges.pm
@@ -48,7 +48,7 @@ sub take_action {
     my $changes = $changelog->parse_and_add_changes($self->argument_value('changes'));
 
     if ($changes->count) {
-        $self->result->message(_("Added your [quant,_1,change]!", $changes->count));
+        $self->result->message(_("Added your %quant(%1,change)!", $changes->count));
     }
     else {
         $self->result->message("No changes to add.");

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list