Index: admin_templates/groups/groups_edit.tpl =================================================================== --- admin_templates/groups/groups_edit.tpl (revision 13756) +++ admin_templates/groups/groups_edit.tpl (working copy) @@ -59,7 +59,7 @@ - + Index: install/upgrades.sql =================================================================== --- install/upgrades.sql (revision 13824) +++ install/upgrades.sql (working copy) @@ -1937,3 +1937,8 @@ ALTER TABLE FormSubmissions ADD MessageId VARCHAR(255) NULL DEFAULT NULL AFTER Notes, ADD INDEX (MessageId); + +# ===== v 5.1.1-B1 ===== +UPDATE Phrase +SET l<%PRIMARY_LANGUAGE%>_Translation = 'Description' +WHERE PhraseKey = 'LA_FLD_COMMENTS'; \ No newline at end of file