Skip to content

Commit

Permalink
Merge pull request #457 from humdingerb/strings
Browse files Browse the repository at this point in the history
Minor GUI string change
  • Loading branch information
Freaxed authored Dec 5, 2024
2 parents e8c7041 + 30d2f70 commit 41b7ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/GenioWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ GenioWindow::_InitCommandRunToolbar()
fRunGroup->ChangeIconSize(be_control_look->ComposeIconSize(kDefaultIconSize).Width());
}

fRunMenuField = new BMenuField("RecentMenuField", NULL, new BMenu(B_TRANSLATE("Recents")));
fRunMenuField = new BMenuField("RecentMenuField", NULL, new BMenu(B_TRANSLATE("Run:")));
fRunMenuField->SetExplicitMaxSize(BSize(kFindReplaceOPSize, B_SIZE_UNSET));
fRunMenuField->SetExplicitMinSize(BSize(kFindReplaceOPSize, B_SIZE_UNSET));

Expand Down

0 comments on commit 41b7ef1

Please sign in to comment.