Changed String in RepositoriesView

Fixes #13365

Signed-off-by: Humdinger <[email protected]>
This commit is contained in:
Anirudh M
2017-03-10 16:53:46 +01:00
committed by Humdinger
parent b79a7cde5c
commit 5f020e718c
@@ -150,8 +150,8 @@ RepositoriesView::RepositoriesView()
BLayoutBuilder::Group<>(this, B_VERTICAL, 0)
.SetInsets(B_USE_WINDOW_SPACING)
.AddGroup(B_HORIZONTAL, 0, 0.0)
.Add(new BStringView("instruction", B_TRANSLATE_COMMENT("Select"
" repositories to use with Haiku package management:",
.Add(new BStringView("instruction", B_TRANSLATE_COMMENT("Enable"
" repositories to use with package management:",
"Label text")), 0.0)
.AddGlue()
.End()