Changeset 8104 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-application.php
- Timestamp:
- 01/18/2019 08:23:53 PM (6 years ago)
- 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 220 220 */ 221 221 public function notify_applicant_application_received( $email_address, $event_city ) { 222 //translators: Name of the event. E gs WordCamp.223 $subject = sprintf( __( "We've received your %s application", 'w pct' ), $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() ); 224 224 $headers = array( 'Reply-To: support@wordcamp.org' ); 225 //translators: Name and city of the event. E gs WordCamp inNew York.225 //translators: Name and city of the event. E.g. WordCamp New York. 226 226 $message = sprintf( 227 227 __( 228 228 "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 'w pct'229 'wordcamporg' 230 230 ), 231 231 $this->get_event_label(),
Note: See TracChangeset
for help on using the changeset viewer.