X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftoolbar%2Fjs%2Fviews%2FToolbarAuralView.js;fp=web%2Fcore%2Fmodules%2Ftoolbar%2Fjs%2Fviews%2FToolbarAuralView.js;h=6096d4170fdb67c3ec515670111de9b6cf393f28;hp=f4cca42bd3f5a15ae9f2f35a36b5435eb1fdd24e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/toolbar/js/views/ToolbarAuralView.js b/web/core/modules/toolbar/js/views/ToolbarAuralView.js index f4cca42bd..6096d4170 100644 --- a/web/core/modules/toolbar/js/views/ToolbarAuralView.js +++ b/web/core/modules/toolbar/js/views/ToolbarAuralView.js @@ -29,7 +29,8 @@ var text = void 0; if (trayNameElement !== null) { text = Drupal.t('Tray "@tray" @action.', { - '@tray': trayNameElement.textContent, '@action': action + '@tray': trayNameElement.textContent, + '@action': action }); } else { text = Drupal.t('Tray @action.', { '@action': action });