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

Signed-off-by: Matt Madia <mattmadia@gmail.com>
This commit is contained in:
Dancsó Róbert 2013-03-27 17:30:13 +00:00 committed by Matt Madia
parent 37cdde518c
commit 043f96686e
1 changed files with 1 additions and 1 deletions

View File

@ -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));