[gnome-nettool] Fix translator comment



commit c45d0eadd7922b6ab99d17c9476767f598fc394b
Author: Wouter Bolsterlee <uws xs4all nl>
Date:   Sat Feb 9 17:05:57 2013 +0100

    Fix translator comment

 src/traceroute.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/traceroute.c b/src/traceroute.c
index 8640db7..82b2f28 100644
--- a/src/traceroute.c
+++ b/src/traceroute.c
@@ -355,8 +355,7 @@ traceroute_copy_to_clipboard (Netinfo * netinfo, gpointer user_data)
 	g_return_if_fail (netinfo != NULL);
 
 	/* The traceroute output in text format:
-	   Hop count, Hostname, IP, Round Trip Time 1 (Time1),
-	   Round Trip Time 2 (Time2),
+	   Hop count, Hostname, IP, Round Trip Time 1 (Time1)
 	   It's a tabular output, and these belongs to the column titles */
 	result = g_string_new (_("Hop\tHostname\tIP\tTime 1\n"));
 


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