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

SF.net SVN: ledger-smb:[5167] branches/1.3/bin/aa.pl



Revision: 5167
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5167&view=rev
Author:   ehuelsmann
Date:     2012-10-28 17:50:09 +0000 (Sun, 28 Oct 2012)
Log Message:
-----------
Remove terminating dot from button caption.

Modified Paths:
--------------
    branches/1.3/bin/aa.pl

Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl	2012-10-17 14:26:16 UTC (rev 5166)
+++ branches/1.3/bin/aa.pl	2012-10-28 17:50:09 UTC (rev 5167)
@@ -2409,7 +2409,7 @@
             $button{'AR--Add Transaction'}{order} = $i++;
             $button{'AR--Sales Invoice'}{code} =
 qq|<button class="submit" type="submit" name="action" value="sales_invoice_">|
-              . $locale->text('Sales Invoice.')
+              . $locale->text('Sales Invoice')
               . qq|</button> |;
             $button{'AR--Sales Invoice'}{order} = $i++;
         }

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