network: Undo accidentally changed string

A colon was added but not spotted on time.

https://bugzilla.gnome.org/show_bug.cgi?id=787882
This commit is contained in:
Georges Basile Stavracas Neto 2018-01-26 22:17:42 -02:00
parent 81b68bc6ed
commit dc5bf7e658

View file

@ -94,7 +94,7 @@
<object class="GtkLabel" id="eap_ttls_inner_auth_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">_Inner authentication:</property>
<property name="label" translatable="yes">_Inner authentication</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">eap_ttls_inner_auth_combo</property>
<property name="xalign">1</property>