Coherance fix in mail editor title

This commit is contained in:
Francis Lachapelle
2012-09-27 10:03:54 -04:00
parent 1f3f1888f5
commit 1cf972074c

View File

@@ -108,7 +108,7 @@ function updateWindowTitleFromSubject(event) {
if (this.value) {
document.title = this.value;
}else{
document.title = _("Untitled");
document.title = '(' + _("Untitled") + ')';
}
}