[Movecommons-commits] r483 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue Jun 5 21:26:57 CEST 2012
Author: mgallegos
Date: 2012-06-05 21:26:57 +0200 (Tue, 05 Jun 2012)
New Revision: 483
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-06-05 19:16:09 UTC (rev 482)
+++ trunk/wp-theme/mc2-form.php 2012-06-05 19:26:57 UTC (rev 483)
@@ -46,13 +46,13 @@
<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>
<input type="text" name="url" value="Web address" id="url" class="firstStepInput"/>
- <label for="url"><span class="required-field">*</span><?php _e("Web address ...", "mc"); ?></label>
+ <label for="url"><span class="required-field">*</span><?php _e("Something like http://example.com", "mc"); ?></label>
<input type="hidden" name="languages" id="languages" class="firstStepInput"/>
- <label for="languages"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>
+ <label for="languages"><?php _e("Pendiente texto descriptivo... (press enter or comma to separate)", "mc"); ?></label>
<input type="hidden" name="keywords" id="keywords"/>
- <label for="keywords"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
+ <label for="keywords"><?php _e("For example: health, education, etc (press enter or comma to separate).", "mc"); ?></label>
<input type="text" name="location" value="Location" id="location" class="firstStepInput"/>
- <label for="location"><?php _e("Location....", "mc"); ?></label>
+ <label for="location"><?php _e("Pendiente texto descriptivo...", "mc"); ?></label>
</div>
<div class="clear"></div>
<button class="submit" 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