diff --git a/core/misc/tabledrag.js b/core/misc/tabledrag.js index f578d4a..0e7c602 100644 --- a/core/misc/tabledrag.js +++ b/core/misc/tabledrag.js @@ -1244,7 +1244,9 @@ $.extend(Drupal.theme, { return '
 
'; }, tableDragChangedWarning: function () { - return ''; + var changeWarning Drupal.t('Changes made in this table will not be saved until the form is submitted.'); + return ''; + Drupal.announce(changeWarning); } });