[Movecommons-commits] r589 - trunk/wp-theme
Samer .
shevek at ourproject.org
Sun Jan 20 17:40:10 CET 2013
Author: shevek
Date: 2013-01-20 17:40:10 +0100 (Sun, 20 Jan 2013)
New Revision: 589
Modified:
trunk/wp-theme/mc2-form.php
Log:
Fixes in the form subcategories
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-12-13 18:00:47 UTC (rev 588)
+++ trunk/wp-theme/mc2-form.php 2013-01-20 16:40:10 UTC (rev 589)
@@ -104,7 +104,7 @@
<label id="mc-optional-non-profit" style="color: #444;background-color: #FEFBFD;"><?php _e("Optional", "mc"); ?></label>
<label class="optional-labels-fields">
<input type="checkbox" name="registered-non-profit" value="S" id="registered-non-profit" disabled="disabled"/>
- <?php _e("We are registered as Non-profit", "mc"); ?>
+ <?php _e("We are officially registered", "mc"); ?>
</label>
<label id="infield-non-profit-website" for="non-profit-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="non-profit-website" value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;">
@@ -197,7 +197,7 @@
<label id="infield-other-license-website" for="other-license-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="other-license-website" value="" id="other-license-website" style="width: 330px;margin-left: 42px;margin-top: 5px;display: none;" >
<label class="optional-labels-fields">
- <?php _e("We share:", "mc"); ?>
+ <?php _e("We have documentation about:", "mc"); ?>
</label>
<label class="optional-labels-fields" style="margin-left: 30px;">
<input type="checkbox" name="organization-structure" value="S" id="organization-structure" disabled="disabled"/>
@@ -479,4 +479,4 @@
$j('#progress').css('width','0');
$j('#progress_text').html('0% Complete');
});
-</script>
\ No newline at end of file
+</script>
More information about the Movecommons-commits
mailing list