diff options
author | Rubén Calvo <rubencm@gmail.com> | 2018-10-01 15:16:42 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 21:21:09 +0200 |
commit | e46d8d329d6f976ea0be50414a5fe245410ca20b (patch) | |
tree | 6e03c3d35f8304b6da78438ac60d868fd5ab606a /phpBB/language | |
parent | a702142a3483e0d80352e74d238938e6f01eaa2d (diff) | |
download | forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar.gz forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar.bz2 forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.tar.xz forums-e46d8d329d6f976ea0be50414a5fe245410ca20b.zip |
[ticket/15244] Remove unglobalise related code
PHPBB3-15244
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/posting.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 11ea6483e1..9157f407dd 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -265,7 +265,6 @@ $lang = array_merge($lang, array( 'TOPIC_BUMPED' => 'Topic has been bumped successfully.', 'UNAUTHORISED_BBCODE' => 'You cannot use certain BBCodes: %s.', - 'UNGLOBALISE_EXPLAIN' => 'To switch this topic back from being global to a normal topic, you need to select the forum you wish this topic to be displayed.', 'UNSUPPORTED_CHARACTERS_MESSAGE' => 'Your message contains the following unsupported characters:<br />%s', 'UNSUPPORTED_CHARACTERS_SUBJECT' => 'Your subject contains the following unsupported characters:<br />%s', 'UPDATE_COMMENT' => 'Update comment', |