Making WordPress.org

Ticket #1903: 1903.diff

File 1903.diff, 2.0 KB (added by kossmann, 9 years ago)
  • wordcamp.org/public_html/wp-content/plugins/camptix-attendance/addons/attendance.php

     
    268268                        __( "Don't forget to disable the UI after the event is over.", 'camptix' )
    269269                );
    270270
    271                 add_settings_field( 'attendance-secret', __( 'Secret Link' ), array( $this, 'field_secret' ), 'camptix_options', 'general' );
     271                add_settings_field( 'attendance-secret', __( 'Secret Link', 'camptix' ), array( $this, 'field_secret' ), 'camptix_options', 'general' );
    272272        }
    273273
    274274        /**
     
    293293         */
    294294        public function setup_controls_section() {
    295295                ?>
    296                 <p>The Attendance UI addon is useful for tracking attendance at the event. It allows registration volunteers to access a mobile-friendly UI during the event, and mark attendees as "attended" or "did not attend" as they register. The UI also offers live search and filters for your convenience.</p>
     296                <p><?php esc_html_e( 'The Attendance UI addon is useful for tracking attendance at the event. It allows registration volunteers to access a mobile-friendly UI during the event, and mark attendees as "attended" or "did not attend" as they register. The UI also offers live search and filters for your convenience.', 'camptix' ); ?></p>
    297297
    298                 <p><strong>Note</strong>: Anyone with the secret link can access the attendance UI and change attendance data. Please keep this URL secret and change it if necessary.</p>
     298                <p><strong><?php esc_html_e( 'Note:', 'camptix' ); ?></strong> <?php esc_html_e( 'Anyone with the secret link can access the attendance UI and change attendance data. Please keep this URL secret and change it if necessary.', 'camptix' ); ?></p>
    299299                <?php
    300300        }
    301301
     
    346346        }
    347347}
    348348
    349 CampTix_Attendance::register_addon();
    350  No newline at end of file
     349CampTix_Attendance::register_addon();