aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-11-14 17:48:52 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-11-14 17:48:52 +0000
commit503832cccecb94b685e3bc266d9711bc13d931c9 (patch)
tree8eaf34931694989c2267275685d2ce82448c8785 /phpBB/language/en/acp/posting.php
parentf6500e6730199e16bfe6ce928cae633913c6a40c (diff)
downloadforums-503832cccecb94b685e3bc266d9711bc13d931c9.tar
forums-503832cccecb94b685e3bc266d9711bc13d931c9.tar.gz
forums-503832cccecb94b685e3bc266d9711bc13d931c9.tar.bz2
forums-503832cccecb94b685e3bc266d9711bc13d931c9.tar.xz
forums-503832cccecb94b685e3bc266d9711bc13d931c9.zip
#5298 - Semantics schemantics... :P
git-svn-id: file:///svn/phpbb/trunk@6582 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index a1feb2acac..415c2682ae 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -126,7 +126,7 @@ $lang = array_merge($lang, array(
'NO_SMILIES_EXPORT' => 'You have no smilies with which to create a package.',
'NO_SMILIES_PAK' => 'No smiley packages found.',
- 'PAK_FILE_NOT_READABLE' => 'Could not read pak file.',
+ 'PAK_FILE_NOT_READABLE' => 'Could not read <samp>.pak</samp> file.',
'REPLACE_MATCHES' => 'Replace matches',
@@ -215,8 +215,8 @@ $lang = array_merge($lang, array(
'ADD_NEW_REASON' => 'Add new reason',
'AVAILABLE_TITLES' => 'Available localized reason titles',
- 'IS_NOT_TRANSLATED' => 'Reason has <samp>not</samp> been localised.',
- 'IS_NOT_TRANSLATED_EXPLAIN' => 'Reason has <samp>not</samp> been localised. If you want to provide the localized form, specify the correct key from the language files report reasons section.',
+ 'IS_NOT_TRANSLATED' => 'Reason has <strong>not</strong> been localised.',
+ 'IS_NOT_TRANSLATED_EXPLAIN' => 'Reason has <strong>not</strong> been localised. If you want to provide the localized form, specify the correct key from the language files report reasons section.',
'IS_TRANSLATED' => 'Reason has been localised.',
'IS_TRANSLATED_EXPLAIN' => 'Reason has been localised. If the title you enter here is specified within the language files report reasons section, the localized form of the title and description will be used.',