Browse Source

$txt['post_by_member']

Signed-off-by: John Rayes <[email protected]>
John Rayes 11 years ago
parent
commit
7b4c9bc848
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/languages/index.english.php

+ 1 - 1
Themes/default/languages/index.english.php

@@ -113,9 +113,9 @@ $txt['replies'] = 'Replies';
 $txt['last_post'] = 'Last post';
 $txt['last_post'] = 'Last post';
 $txt['first_post'] = 'First post';
 $txt['first_post'] = 'First post';
 $txt['last_poster'] = 'Last post by';
 $txt['last_poster'] = 'Last post by';
-//$txt['last_post_message'] = '<strong>Last post</strong> by %1$s<br />in %2$s<br />on %3$s';
 $txt['last_post_message'] = '<strong>Last post: </strong>%3$s<br />%2$s by %1$s';
 $txt['last_post_message'] = '<strong>Last post: </strong>%3$s<br />%2$s by %1$s';
 $txt['last_post_topic'] = '%1$s<br />by %2$s';
 $txt['last_post_topic'] = '%1$s<br />by %2$s';
+$txt['post_by_member'] = '<strong>%1$s</strong> by <strong>%2$s</strong><br />';
 $txt['boardindex_total_posts'] = '%1$s Posts in %2$s Topics by %3$s Members';
 $txt['boardindex_total_posts'] = '%1$s Posts in %2$s Topics by %3$s Members';
 $txt['show'] = 'Show';
 $txt['show'] = 'Show';
 $txt['hide'] = 'Hide';
 $txt['hide'] = 'Hide';