Group_text typo. Steal addons from someone else? Me? Have you ever heard the like...

This commit is contained in:
Thomas Willingham 2012-12-09 04:40:07 +00:00
parent c1ca17e15f
commit 44450aa5df
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}