Fix two typos. Fixes bug #637527.

This commit is contained in:
Andre Klapper 2010-12-30 01:13:38 +01:00
parent 92a9b068dc
commit 3a9ab034a4
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ panel_ap_mode_to_localized_string (guint mode)
break;
case NM_802_11_MODE_INFRA:
/* TRANSLATORS: AP type */
value = _("Intrastructure");
value = _("Infrastructure");
break;
default:
break;