* Themes a button that will prompt the user to name a new button group.
*
* @return String
* @return {string}
*/
Drupal.theme.ckeditorNewButtonGroup=function(){
return'<li class="ckeditor-add-new-group"><button role="button" aria-label="'+Drupal.t('Add a CKEditor button group to the end of this row.')+'">'+Drupal.t('Add group')+'</button></li>';