Sentence casing of context menu item of network prefs.

This commit is contained in:
Humdinger 2014-11-29 18:25:33 +01:00
parent 5fe12d4049
commit 2e2c68cc35

View File

@ -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());