Applied diver's patch to Localize 'Shell' tab title. Fixes #6607. Thanks.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38689 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-09-17 13:17:12 +00:00
parent 5bacae95fe
commit b765872549
+1 -1
View File
@@ -104,7 +104,7 @@ struct TermWindow::Session {
id(id),
containerView(containerView)
{
name = "Shell ";
name = B_TRANSLATE("Shell ");
name << id;
}
};