Changeset 2750
- Timestamp:
- 03/15/2016 10:04:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/views/translation-editors.php
r2247 r2750 37 37 <fieldset> 38 38 <legend class="screen-reader-text"><?php _e( 'Add editor access for:', 'rosetta' ); ?></legend> 39 <label for=" all-projects">40 <input type="radio" name="projects" value=" all" id="all-projects" checked="checked"> <?php _e( 'All projects – If selected, translation editor will have validation permissions for all projects, including newly-addedprojects.', 'rosetta' ); ?>39 <label for="custom-projects"> 40 <input type="radio" name="projects" value="custom" id="custom-projects" checked> <?php _e( 'Custom – After the user is added you will be redirected to set the projects.', 'rosetta' ); ?> 41 41 </label> 42 42 <br> 43 <label for=" custom-projects">44 <input type="radio" name="projects" value=" custom" id="custom-projects"> <?php _e( 'Custom – After the user is added you will be redirected to set theprojects.', 'rosetta' ); ?>43 <label for="all-projects" > 44 <input type="radio" name="projects" value="all" id="all-projects"> <?php _e( 'All projects – If selected, translation editor will have validation permissions for all projects, including newly-added projects.', 'rosetta' ); ?> 45 45 </label> 46 46 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.