Fix two typos. Fixes bug #637527.
This commit is contained in:
parent
92a9b068dc
commit
3a9ab034a4
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue