aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-04-13 04:56:52 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-04-13 04:56:52 +0000
commita0a78f7eb9943dc9fff0b99fab081cdecc957b03 (patch)
tree15bc71b31ca23c92d7fdd684c3ff6d44fb1adaf2
parent7ec687d9231d9fa4402584308fd9690bf6b6da7c (diff)
downloadforums-a0a78f7eb9943dc9fff0b99fab081cdecc957b03.tar
forums-a0a78f7eb9943dc9fff0b99fab081cdecc957b03.tar.gz
forums-a0a78f7eb9943dc9fff0b99fab081cdecc957b03.tar.bz2
forums-a0a78f7eb9943dc9fff0b99fab081cdecc957b03.tar.xz
forums-a0a78f7eb9943dc9fff0b99fab081cdecc957b03.zip
That wasn't supposed to happen :o
git-svn-id: file:///svn/phpbb/trunk@7344 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/common.php1
-rw-r--r--phpBB/language/en/posting.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 1bf7d27d25..ffd257ce28 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -504,6 +504,7 @@ $lang = array_merge($lang, array(
'SUBFORUM' => 'Subforum',
'SUBFORUMS' => 'Subforums',
'SUBJECT' => 'Subject',
+ 'SUBJECT_CONCERNING_PREFIX' => 'Re: ', // This is Latin or "concerning" or "about", most Latin influenced languages (id est: those with Latin script) can use this "as is". Localise phrase and punctuation if required.
'SUBMIT' => 'Submit',
'TERMS_USE' => 'Terms of use',
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index db3782aca2..970bcbd40b 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -169,7 +169,6 @@ $lang = array_merge($lang, array(
'SAVE_DATE' => 'Saved at',
'SAVE_DRAFT' => 'Save draft',
'SAVE_DRAFT_CONFIRM' => 'Please note that saved drafts only include the subject and the message, any other element will be removed. Do you want to save your draft now?',
- 'SUBJECT_CONCERNING_PREFIX' => 'Re: ', // This is Latin or "concerning" or "about", most Latin influenced languages (id est: those with Latin script) can use this "as is". Localise phrase and punctuation if required.
'SMILIES' => 'Smilies',
'SMILIES_ARE_OFF' => 'Smilies are <em>OFF</em>',
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',