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>
|
<child>
|
||||||
<object class="GtkLabel" id="label2">
|
<object class="GtkLabel" id="label2">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes">Subnet Mast:</property>
|
<property name="label" translatable="yes">Subnet Mask:</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
|
|
|
@ -143,7 +143,7 @@ panel_ap_mode_to_localized_string (guint mode)
|
||||||
break;
|
break;
|
||||||
case NM_802_11_MODE_INFRA:
|
case NM_802_11_MODE_INFRA:
|
||||||
/* TRANSLATORS: AP type */
|
/* TRANSLATORS: AP type */
|
||||||
value = _("Intrastructure");
|
value = _("Infrastructure");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue