Skip to content

Commit

Permalink
Clarify that user is mentioned in email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Apr 28, 2016
1 parent 8ba31e4 commit 3e15cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/email_api.php
Expand Up @@ -1325,6 +1325,7 @@ function email_user_mention( $p_bug_id, $p_recipients, $p_message = '' ) {
$t_sender = user_get_name( $t_sender_id );

$t_subject = email_build_subject( $p_bug_id );
$t_subject = sprintf( lang_get( 'mentioned_in' ), $t_subject );
$t_date = date( config_get( 'normal_date_format' ) );

$t_result = array();
Expand Down
1 change: 1 addition & 0 deletions lang/strings_english.txt
Expand Up @@ -542,6 +542,7 @@ $s_reminder_store = 'The note will be stored with the issue.';

# mentions
$s_mentioned_you = 'mentioned you on:';
$s_mentioned_in = 'Mentioned in %1$s';

# bug_set_sponsorship.php
$s_confirm_sponsorship = 'Please confirm you want to sponsor issue %1$d for %2$s.';
Expand Down

0 comments on commit 3e15cd5

Please sign in to comment.