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:
@@ -104,7 +104,7 @@ struct TermWindow::Session {
|
||||
id(id),
|
||||
containerView(containerView)
|
||||
{
|
||||
name = "Shell ";
|
||||
name = B_TRANSLATE("Shell ");
|
||||
name << id;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user