Localize title of Save Image dialog.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
This commit is contained in:
parent
f2c3cbf779
commit
81d084fe14
@ -71,7 +71,7 @@ SavePanel::SavePanel(const char* name,
|
||||
if (!window || !window->Lock())
|
||||
return;
|
||||
|
||||
window->SetTitle("Save Image");
|
||||
window->SetTitle(B_TRANSLATE("Save Image"));
|
||||
|
||||
// add this instance as BHandler to the window's looper
|
||||
window->AddHandler(this);
|
||||
|
Loading…
Reference in New Issue
Block a user