diff options
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 83f0d2f30f..80620d238b 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -504,7 +504,7 @@ $lang += array( ), ); -// Pool of unused or currently not assignable language variables +/* Pool of unused or currently not assignable language variables $unused = array( 'ALREADY_VOTED' => 'You have already voted in this poll and may not change your selection.', 'AM' => 'AM', @@ -614,6 +614,6 @@ $unused = array( 'VIEWING_MESSAGES' => 'Viewing Private Messages', 'View_Information' => 'View Information' ); - +*/ ?>
\ No newline at end of file |