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