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