Patch by diver: Localize the default Mail window title. Closes ticket #6447.
Thanks. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38631 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
865b06a85b
commit
cf9f178538
@ -1122,7 +1122,7 @@ TMailApp::NewWindow(const entry_ref* ref, const char* to, bool resend,
|
||||
}
|
||||
}
|
||||
if (title == "")
|
||||
title = "Mail";
|
||||
title = B_TRANSLATE("Mail");
|
||||
|
||||
TMailWindow* window = new TMailWindow(r, title.String(), this, ref, to,
|
||||
&fContentFont, resend, trackerMessenger);
|
||||
|
Loading…
x
Reference in New Issue
Block a user