Making WordPress.org

Changeset 2750


Ignore:
Timestamp:
03/15/2016 10:04:49 AM (10 years ago)
Author:
ocean90
Message:

Rosetta Roles: Change default value for adding a new translation editor to "custom".

See https://wordpress.slack.com/archives/meta-i18n/p1457987298000005.

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  
    3737                        <fieldset>
    3838                            <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 &ndash; If selected, translation editor will have validation permissions for all projects, including newly-added projects.', 'rosetta' ); ?>
     39                            <label for="custom-projects">
     40                                <input type="radio" name="projects" value="custom" id="custom-projects" checked> <?php _e( 'Custom &ndash; After the user is added you will be redirected to set the projects.', 'rosetta' ); ?>
    4141                            </label>
    4242                            <br>
    43                             <label for="custom-projects">
    44                                 <input type="radio" name="projects" value="custom" id="custom-projects"> <?php _e( 'Custom &ndash; After the user is added you will be redirected to set the projects.', 'rosetta' ); ?>
     43                            <label for="all-projects" >
     44                                <input type="radio" name="projects" value="all" id="all-projects"> <?php _e( 'All projects &ndash; If selected, translation editor will have validation permissions for all projects, including newly-added projects.', 'rosetta' ); ?>
    4545                            </label>
    4646                        </fieldset>
Note: See TracChangeset for help on using the changeset viewer.