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