Index: branches/5.0.x/core/admin_templates/js/toolbar.js =================================================================== diff -u -r12894 -r13246 --- branches/5.0.x/core/admin_templates/js/toolbar.js (.../toolbar.js) (revision 12894) +++ branches/5.0.x/core/admin_templates/js/toolbar.js (.../toolbar.js) (revision 13246) @@ -6,7 +6,7 @@ this.Alt = RemoveTranslationLink(alt || ''); if (this.Alt != alt) { this.TranslateLink = alt || ''; - this.TranslateLink = this.TranslateLink.replace(/<a href="(.*?)">(.*?)<\/a>/g, '$1'); + this.TranslateLink = this.TranslateLink.replace(/<a href="(.*?)".*>(.*?)<\/a>/g, '$1'); } if (this.Alt.match(/(.*)::(.*)/)) {