aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/groupcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/groupcp.php')
-rw-r--r--phpBB/groupcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php
index de36828a9b..6d706f8e1e 100644
--- a/phpBB/groupcp.php
+++ b/phpBB/groupcp.php
@@ -512,7 +512,7 @@ else if( $group_id )
if( !$db->sql_numrows($result) )
{
- message_die(GENERAL_MESSAGE, "That user group does not exist");
+ message_die(GENERAL_MESSAGE, $lang['Group_not_exist']);
}
$group_info = $db->sql_fetchrow($result);
@@ -993,7 +993,7 @@ else
if( !$db->sql_numrows($result) )
{
- message_die(GENERAL_MESSAGE, "No groups exist");
+ message_die(GENERAL_MESSAGE, $lang['No_groups_exist']);
}
$group_list = $db->sql_fetchrowset($result);