Skip to content

Commit

Permalink
Missing translator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jul 17, 2018
1 parent 5091ab4 commit 5b088ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/my-calendar-event-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,8 @@ function mc_check_data( $action, $post, $i ) {
$conflict_id = $conflicts[0]->occur_id;
$conflict_ev = mc_get_event( $conflict_id );
$conflict = mc_get_details_link( $conflict_ev );
$errors .= mc_show_error( sprintf( __( 'That event conflicts with a <a href="%s">previously scheduled event</a>.', 'my-calendar' ), $conflict ), false );
// Translators: URL to event details.
$errors .= mc_show_error( sprintf( __( 'That event conflicts with a <a href="%s">previously scheduled event</a>.', 'my-calendar' ), $conflict ), false );
}
}
$spam_content = ( '' != $desc ) ? $desc : $short;
Expand Down

0 comments on commit 5b088ae

Please sign in to comment.