[gnome-control-center/wip/networking2: 92/101] network: IPv4 and IPv6 not IP4 and IP6
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/networking2: 92/101] network: IPv4 and IPv6 not IP4 and IP6
- Date: Wed, 23 Jan 2013 19:40:47 +0000 (UTC)
commit b2be832657928771f20bcb19c8180a1837a7135d
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]