Fix translation for "Scroll bar:" on Look and Feel panel.
Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
committed by
Matt Madia
parent
37cdde518c
commit
043f96686e
@@ -107,7 +107,7 @@ LookAndFeelSettingsView::LookAndFeelSettingsView(const char* name)
|
|||||||
B_ALIGN_VERTICAL_CENTER));
|
B_ALIGN_VERTICAL_CENTER));
|
||||||
|
|
||||||
BStringView* scrollBarLabel
|
BStringView* scrollBarLabel
|
||||||
= new BStringView("scroll bar", "Scroll bar:");
|
= new BStringView("scroll bar", B_TRANSLATE("Scroll bar:"));
|
||||||
scrollBarLabel->SetExplicitAlignment(
|
scrollBarLabel->SetExplicitAlignment(
|
||||||
BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
|
BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user