NetworkSetup: Spelling: Wirless -> Wireless

This commit is contained in:
Alexander von Gluck IV 2013-04-07 05:16:50 +00:00
parent 04b7652fea
commit 93708c3da3
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ InterfaceWindow::_PopulateTabs()
if (fNetworkSettings->IsEthernet())
hardwareTab->SetLabel(B_TRANSLATE("Wired"));
else
hardwareTab->SetLabel(B_TRANSLATE("Wirless"));
hardwareTab->SetLabel(B_TRANSLATE("Wireless"));
for (int index = 0; index < MAX_PROTOCOLS; index++)
{