diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index b61291eec2..b5043b8dd5 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -197,7 +197,8 @@ $lang = array_merge($lang, array( 'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed', 'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added', - 'NO_DISALLOWED' => 'No Disallowed Usernames', + 'NO_DISALLOWED' => 'No Disallowed Usernames', + 'NO_USERNAME_SPECIFIED' => 'You haven\'t selected or entered a username to operate with.', )); // Reasons |