Sentence casing of context menu item of network prefs.
This commit is contained in:
parent
5fe12d4049
commit
2e2c68cc35
@ -430,7 +430,7 @@ InterfacesListView::MouseDown(BPoint where)
|
||||
if (item->GetSettings()->AutoConfigure(AF_INET)
|
||||
|| item->GetSettings()->AutoConfigure(AF_INET6)) {
|
||||
fContextMenu->AddItem(new BMenuItem(
|
||||
B_TRANSLATE("Renegotiate Address"),
|
||||
B_TRANSLATE("Renegotiate address"),
|
||||
new BMessage(kMsgInterfaceRenegotiate)));
|
||||
}
|
||||
fContextMenu->AddItem(new BSeparatorItem());
|
||||
|
Loading…
x
Reference in New Issue
Block a user