[gnome-control-center/wip/networking2: 93/101] network: Write IPv6 instead of IP if IPv6 is the only address



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

    network: Write IPv6 instead of IP if IPv6 is the only address

 panels/network/net-device-ethernet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/net-device-ethernet.c b/panels/network/net-device-ethernet.c
index 8510be2..d86baee 100644
--- a/panels/network/net-device-ethernet.c
+++ b/panels/network/net-device-ethernet.c
@@ -190,7 +190,7 @@ add_details (GtkWidget *details, NMDevice *device, NMConnection *connection)
         } else if (ip4_address) {
                 add_details_row (details, i++, _("IP Address"), ip4_address);
         } else if (ip6_address) {
-                add_details_row (details, i++, _("IP Address"), ip6_address);
+                add_details_row (details, i++, _("IPv6 Address"), ip6_address);
         }
 
         add_details_row (details, i++, _("Hardware Address"),



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