[gnome-control-center/wip/networking2] network: IPv4 and IPv6 not IP4 and IP6



commit ad85f0cede74f7f2fbef2ff2c49c4f577e656b8f
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 9 18:18:21 2013 +0100

    network: IPv4 and IPv6 not IP4 and IP6

 panels/network/net-device-ethernet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/network/net-device-ethernet.c b/panels/network/net-device-ethernet.c
index 761694e..8510be2 100644
--- a/panels/network/net-device-ethernet.c
+++ b/panels/network/net-device-ethernet.c
@@ -185,8 +185,8 @@ add_details (GtkWidget *details, NMDevice *device, NMConnection *connection)
         }
 
         if (ip4_address && ip6_address) {
-                add_details_row (details, i++, _("IP4 Address"), ip4_address);
-                add_details_row (details, i++, _("IP6 Address"), ip6_address);
+                add_details_row (details, i++, _("IPv4 Address"), ip4_address);
+                add_details_row (details, i++, _("IPv6 Address"), ip6_address);
         } else if (ip4_address) {
                 add_details_row (details, i++, _("IP Address"), ip4_address);
         } else if (ip6_address) {



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