diff --git a/group_text/group_text.php b/group_text/group_text.php index 151ff0ae..5ec5c9c2 100755 --- a/group_text/group_text.php +++ b/group_text/group_text.php @@ -43,7 +43,7 @@ function group_text_settings_post($a,$post) { return; set_pconfig(local_user(),'system','groupedit_image_limit',intval($_POST['group_text'])); - info( t('Editplain settings updated.') . EOL); + info( t('Group Text settings updated.') . EOL); }