Sentence casing in Networking prefs.
This commit is contained in:
@@ -161,7 +161,7 @@ EthernetSettingsView::EthernetSettingsView()
|
|||||||
layout->AddItem(fDeviceMenuField->CreateMenuBarLayoutItem(), 1, 0);
|
layout->AddItem(fDeviceMenuField->CreateMenuBarLayoutItem(), 1, 0);
|
||||||
|
|
||||||
BStringView* hardwareAddressLabel = new BStringView(
|
BStringView* hardwareAddressLabel = new BStringView(
|
||||||
"HardwareAddressLabel", B_TRANSLATE("Hardware Address:"));
|
"HardwareAddressLabel", B_TRANSLATE("Hardware address:"));
|
||||||
fHardwareAddress = new BStringView("HardwareAddress", "");
|
fHardwareAddress = new BStringView("HardwareAddress", "");
|
||||||
layout->AddView(hardwareAddressLabel, 0, 1);
|
layout->AddView(hardwareAddressLabel, 0, 1);
|
||||||
layout->AddView(fHardwareAddress, 1, 1);
|
layout->AddView(fHardwareAddress, 1, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user