diff options
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index dc20fd64e8..000c32cbae 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -224,7 +224,7 @@ $lang = array_merge($lang, array( 'NO_TOPIC_SELECTED' => 'You must select at least one topic to perform this action.', 'NO_TOPICS_QUEUE' => 'There are no topics waiting for approval.', - 'ONLY_TOPIC' => 'Only topic "%s"', + 'ONLY_TOPIC' => 'Only topic ā%sā', 'OTHER_USERS' => 'Other users posting from this IP', 'POSTER' => 'Poster', |