diff options
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-x | phpBB/language/lang_english.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 1af1c45fbf..40b119724d 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -629,10 +629,12 @@ $lang['Topic_split'] = "The selected topic has been split successfully"; $lang['Too_many_error'] = "You have selected too many posts. You can only select one post to split a topic after!"; $lang['New_forum'] = "New forum"; $lang['None_selected'] = "You have no selected any topics to preform this operation on. Please go back and select at least one."; -$lang['IP_on_this_post'] = "IP for this post"; -$lang['Other_IPS_this_user'] = "Other IP's this user has posted from"; -$lang['Other_users_this_IP'] = "Other users who have used this IP"; +$lang['This_posts_IP'] = "IP for this post"; +$lang['Other_IP_this_user'] = "Other IP's this user has posted from"; +$lang['Users_this_IP'] = "Users posting from this IP"; $lang['IP_info'] = "IP Information"; +$lang['Lookup_IP'] = "Look up IP"; + // // Timezones ... for display on each page // |