Browse Source

Merge pull request #593 from Oldiesmann/release-2.1

Stats weren't always displayed correctly on the boardindex
Michael Eshom 11 years ago
parent
commit
3aed5f6c3f
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

@@ -120,7 +120,7 @@ $txt['first_post'] = 'First post';
 $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['boardindex_total_posts'] = '%1$d Posts in %2$d Topics by %3$d Members';
+$txt['boardindex_total_posts'] = '%1$s Posts in %2$s Topics by %3$s Members';
 $txt['show'] = 'Show';
 $txt['hide'] = 'Hide';