[gnome-control-center] Fix two typos. Fixes bug #637527.



commit 3a9ab034a4b16ad46dc62a970b246fdd5b8c5cce
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu Dec 30 01:13:38 2010 +0100

    Fix two typos. Fixes bug #637527.

 panels/network/network.ui     |    2 +-
 panels/network/panel-common.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/network/network.ui b/panels/network/network.ui
index 24aa761..dc524f1 100644
--- a/panels/network/network.ui
+++ b/panels/network/network.ui
@@ -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>
diff --git a/panels/network/panel-common.c b/panels/network/panel-common.c
index 2af8a35..2c2237e 100644
--- a/panels/network/panel-common.c
+++ b/panels/network/panel-common.c
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]