Fix translation for "Scroll bar:" on Look and Feel panel.

Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
Dancsó Róbert
2013-03-27 18:04:35 -04:00
committed by Matt Madia
parent 37cdde518c
commit 043f96686e
@@ -107,7 +107,7 @@ LookAndFeelSettingsView::LookAndFeelSettingsView(const char* name)
B_ALIGN_VERTICAL_CENTER));
BStringView* scrollBarLabel
= new BStringView("scroll bar", "Scroll bar:");
= new BStringView("scroll bar", B_TRANSLATE("Scroll bar:"));
scrollBarLabel->SetExplicitAlignment(
BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));