[Movecommons-commits] r513 - trunk/wp-theme

Mario Gallegos mgallegos at ourproject.org
Thu Sep 20 21:33:50 CEST 2012


Author: mgallegos
Date: 2012-09-20 21:33:50 +0200 (Thu, 20 Sep 2012)
New Revision: 513

Modified:
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-09-18 19:33:43 UTC (rev 512)
+++ trunk/wp-theme/mc2-form.php	2012-09-20 19:33:50 UTC (rev 513)
@@ -108,13 +108,13 @@
 							<input type="text" name="non-profit-website"  value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="open-accounting" value="S" id="open-accounting" disabled="disabled"/>
-						    	<?php _e("We have Open-accounting", "mc"); ?>
+						    	<?php _e("We have a webpage where our accounting is public (Open-accounting)", "mc"); ?>
 					    	</label>
 					    	<label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website: http://example.com", "mc"); ?></label>
 							<input type="text" name="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="accept-donations" value="S" id="accept-donations" disabled="disabled"/>
-						    	<?php _e("We accept donations", "mc"); ?>
+						    	<?php _e("We have a webpage to receive online donations", "mc"); ?>
 					    	</label>
 					    	<label id="infield-donation-website" for="donation-website" style="position: absolute;display: none;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;"><?php _e("Check this website: http://example.com", "mc"); ?></label>
 							<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">




More information about the Movecommons-commits mailing list