diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-10 20:50:14 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-10 20:50:14 +0000 |
commit | e70cea16b90ba50a6a05aa1e1b091f04805a7c1a (patch) | |
tree | 2ea58a48ce2870c9b7cd6e15e64e4255119d9ea3 /phpBB/language/en/posting.php | |
parent | 067f80ecccf0ba709552e2ccd7c9714534eb80bf (diff) | |
download | forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.gz forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.bz2 forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.xz forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.zip |
checking in some fixes... also added "previous/next pm in history" links to prosilvers private message view; dhn, you may want to have a look at the placement. :)
git-svn-id: file:///svn/phpbb/trunk@7322 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 6c0eb6f846..05b8411a40 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -155,12 +155,10 @@ $lang = array_merge($lang, array( 'POST_GLOBAL' => 'Global', 'POST_ICON' => 'Post icon', 'POST_NORMAL' => 'Normal', - 'POST_REPLY' => 'Post a reply', 'POST_REVIEW' => 'Post review', 'POST_REVIEW_EXPLAIN' => 'At least one new post has been made to this topic. You may wish to review your post in light of this.', 'POST_STORED' => 'This message has been posted successfully', 'POST_STORED_MOD' => 'This message has been saved but requires approval', - 'POST_TOPIC' => 'Post a new topic', 'POST_TOPIC_AS' => 'Post topic as', 'PROGRESS_BAR' => 'Progress bar', |