NetworkSetup: Spelling: Wirless -> Wireless
This commit is contained in:
@@ -108,7 +108,7 @@ InterfaceWindow::_PopulateTabs()
|
|||||||
if (fNetworkSettings->IsEthernet())
|
if (fNetworkSettings->IsEthernet())
|
||||||
hardwareTab->SetLabel(B_TRANSLATE("Wired"));
|
hardwareTab->SetLabel(B_TRANSLATE("Wired"));
|
||||||
else
|
else
|
||||||
hardwareTab->SetLabel(B_TRANSLATE("Wirless"));
|
hardwareTab->SetLabel(B_TRANSLATE("Wireless"));
|
||||||
|
|
||||||
for (int index = 0; index < MAX_PROTOCOLS; index++)
|
for (int index = 0; index < MAX_PROTOCOLS; index++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user