Making WordPress.org


Ignore:
Timestamp:
01/18/2019 08:23:53 PM (6 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Migrate to wordcamporg text domain.

This makes it consistent with all the other code, and makes it available in GlotPress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-application.php

    r8085 r8104  
    220220     */
    221221    public function notify_applicant_application_received( $email_address, $event_city ) {
    222         //translators: Name of the event. Egs WordCamp.
    223         $subject = sprintf( __( "We've received your %s application", 'wpct' ), $this->get_event_label() );
     222        //translators: Name of the event. E.g. WordCamp or meetup.
     223        $subject = sprintf( __( "We've received your %s application", 'wordcamporg' ), $this->get_event_label() );
    224224        $headers = array( 'Reply-To: support@wordcamp.org' );
    225         //translators: Name and city of the event. Egs WordCamp in New York.
     225        //translators: Name and city of the event. E.g. WordCamp New York.
    226226        $message = sprintf(
    227227            __(
    228228                "Thank you for applying to organize a %1\$s in %2\$s! We'll send you a follow-up e-mail once we've had a chance to review your application.",
    229                 'wpct'
     229                'wordcamporg'
    230230            ),
    231231            $this->get_event_label(),
Note: See TracChangeset for help on using the changeset viewer.