[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3732] branches/1.3/scripts/payment.pl



Revision: 3732
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3732&view=rev
Author:   einhverfr
Date:     2011-09-22 18:33:12 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
Correcting label on pre bulk post report

Modified Paths:
--------------
    branches/1.3/scripts/payment.pl

Modified: branches/1.3/scripts/payment.pl
===================================================================
--- branches/1.3/scripts/payment.pl	2011-09-22 18:30:54 UTC (rev 3731)
+++ branches/1.3/scripts/payment.pl	2011-09-22 18:33:12 UTC (rev 3732)
@@ -227,7 +227,7 @@
         credits => $total_credits};
         
     my $buttons = [{
-        text  => $request->{_locale}->text('Post'),
+        text  => $request->{_locale}->text('Save Batch'),
         name  => 'action',
         value => 'post_payments_bulk',
         class => 'submit',

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.