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

Samer . shevek at ourproject.org
Mon Jan 21 20:37:31 CET 2013


Author: shevek
Date: 2013-01-21 20:37:31 +0100 (Mon, 21 Jan 2013)
New Revision: 595

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2013-01-21 18:23:13 UTC (rev 594)
+++ trunk/wp-theme/mc2-form.php	2013-01-21 19:37:31 UTC (rev 595)
@@ -45,15 +45,15 @@
 	 -->	
 		<div class="form">
 			<input type="text" name="ininame" value="Name of your initiative" id="ininame" class="firstStepInput"/>
-			<label for="ininame"><span class="required-field">*</span><?php _e("Name of your initiative or collective", "mc"); ?></label>
+			<label for="ininame"><span class="required-field">*</span><?php _e("Name of your initiative, project, collective or organization", "mc"); ?></label>
 			<input type="text" name="url" value="Web address" id="url" class="firstStepInput"/>
-			<label for="url"><span class="required-field">*</span><?php _e("Something like http://example.com", "mc"); ?></label>
+			<label for="url"><span class="required-field">*</span><?php _e("Something such as http://example.com", "mc"); ?></label>
 			<input type="hidden" name="languages" id="languages" class="firstStepInput"/>
-			<label for="languages"><?php _e("Pendiente texto descriptivo... (press enter or comma to separate)", "mc"); ?></label>	    
+			<label for="languages"><?php _e("The languages that you use in your initiative (press enter or comma after each of them)", "mc"); ?></label>	    
 			<input type="hidden" name="keywords" id="keywords"/>
-			<label for="keywords"><?php _e("keywords that define your project, for example: health, education, etc (press enter or comma to separate).", "mc"); ?></label>
+			<label for="keywords"><?php _e("Keywords that define your initiative, for example: education, children, etc (press enter or comma after each of them).", "mc"); ?></label>
 			<input type="text" name="location" value="Location" id="location" class="firstStepInput"/>
-			<label for="location"><span class="required-field">*</span><?php _e("Pendiente texto descriptivo...", "mc"); ?></label>				    			
+			<label for="location"><span class="required-field">*</span><?php _e("Main location where the initiative is located (city, region, country, etc)", "mc"); ?></label>				    			
 		</div>		     				
 		<div class="clear"></div>		
 		<button class="submit buttonn" type="submit" name="submit_first" id="submit_first" onblur="$j('#ininame').focus();"><?php _e("Next", "mc"); ?></button>




More information about the Movecommons-commits mailing list