Changed String in RepositoriesView
Fixes #13365 Signed-off-by: Humdinger <[email protected]>
This commit is contained in:
@@ -150,8 +150,8 @@ RepositoriesView::RepositoriesView()
|
|||||||
BLayoutBuilder::Group<>(this, B_VERTICAL, 0)
|
BLayoutBuilder::Group<>(this, B_VERTICAL, 0)
|
||||||
.SetInsets(B_USE_WINDOW_SPACING)
|
.SetInsets(B_USE_WINDOW_SPACING)
|
||||||
.AddGroup(B_HORIZONTAL, 0, 0.0)
|
.AddGroup(B_HORIZONTAL, 0, 0.0)
|
||||||
.Add(new BStringView("instruction", B_TRANSLATE_COMMENT("Select"
|
.Add(new BStringView("instruction", B_TRANSLATE_COMMENT("Enable"
|
||||||
" repositories to use with Haiku package management:",
|
" repositories to use with package management:",
|
||||||
"Label text")), 0.0)
|
"Label text")), 0.0)
|
||||||
.AddGlue()
|
.AddGlue()
|
||||||
.End()
|
.End()
|
||||||
|
|||||||
Reference in New Issue
Block a user