* Creates markup for the translation changed warning.
*
* @return {string}
* Markup for the warning.
*/
localeTranslateChangedWarning:function(){
return'<div class="clearfix messages messages--warning">'+Drupal.theme('localeTranslateChangedMarker')+''+Drupal.t('Changes made in this table will not be saved until the form is submitted.')+'</div>';