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

SF.net SVN: ledger-smb:[5263] trunk/UI



Revision: 5263
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5263&view=rev
Author:   einhverfr
Date:     2012-11-25 04:11:32 +0000 (Sun, 25 Nov 2012)
Log Message:
-----------
Changing Taxforms to Tax Forms

Modified Paths:
--------------
    trunk/UI/Contact/divs/credit.html
    trunk/UI/taxform/add_taxform.html

Modified: trunk/UI/Contact/divs/credit.html
===================================================================
--- trunk/UI/Contact/divs/credit.html	2012-11-25 03:51:06 UTC (rev 5262)
+++ trunk/UI/Contact/divs/credit.html	2012-11-25 04:11:32 UTC (rev 5263)
@@ -219,7 +219,7 @@
 			default_values = [credit_act.taxform_id]
 			text_attr = "form_name"
 			value_attr = "id"
-			label = text('Taxforms') 
+			label = text('Tax Form') #'
 			} ?> 
               <?lsmb END ?>
 	  </td>

Modified: trunk/UI/taxform/add_taxform.html
===================================================================
--- trunk/UI/taxform/add_taxform.html	2012-11-25 03:51:06 UTC (rev 5262)
+++ trunk/UI/taxform/add_taxform.html	2012-11-25 04:11:32 UTC (rev 5263)
@@ -8,9 +8,9 @@
 <?lsmb PROCESS 'elements.html'  # Include form elements helper. ?>
 <body>
 <?lsmb IF id; 
-          title = text('Edit Taxform'); #'
+          title = text('Edit Tax Form'); #'
        ELSE;
-          title = text('Create New TaxForm'); #'
+          title = text('Create New Tax Form'); #'
        END ?> 
 <div class="listtop"><?lsmb title ?></div>
 <form name="add_taxform" method="post">

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