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

@ -384,7 +384,7 @@
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="label" translatable="yes">Subnet Mast:</property>
<property name="label" translatable="yes">Subnet Mask:</property>
</object>
<packing>
<property name="expand">False</property>

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;