Sentence casing in Networking prefs.

This commit is contained in:
Humdinger 2014-10-03 08:52:12 +02:00
parent b5b717785e
commit 912983a6af
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ EthernetSettingsView::EthernetSettingsView()
layout->AddItem(fDeviceMenuField->CreateMenuBarLayoutItem(), 1, 0);
BStringView* hardwareAddressLabel = new BStringView(
"HardwareAddressLabel", B_TRANSLATE("Hardware Address:"));
"HardwareAddressLabel", B_TRANSLATE("Hardware address:"));
fHardwareAddress = new BStringView("HardwareAddress", "");
layout->AddView(hardwareAddressLabel, 0, 1);
layout->AddView(fHardwareAddress, 1, 1);