Patch by diver: Localize Find window title. Thanks! Closes ticket #6593.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-09-13 12:41:32 +00:00
parent 3c4e4aa4f6
commit f2afc4be64
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ FindTextView::GetData(BMessage& message)
FindWindow::FindWindow(BRect _rect, BMessage& previous, BMessenger& target,
const BMessage* settings)
: BWindow(_rect, "Find", B_TITLED_WINDOW,
: BWindow(_rect, B_TRANSLATE("Find"), B_TITLED_WINDOW,
B_ASYNCHRONOUS_CONTROLS | B_CLOSE_ON_ESCAPE),
fTarget(target)
{