--- packet-q931.c	Tue Mar 11 10:04:00 2003
+++ packet-q931_new.c	Tue Mar 11 10:07:01 2003
@@ -2646,15 +2646,15 @@
 			"", HFILL }},
 
 		{ &hf_q931_connected_number,
-		  { "Called party number digits", "q931.connected_number.digits", FT_STRING, BASE_NONE, NULL, 0x0,
-			"", HFILL }},
+                  { "Connected party number digits","q931.connected_number.digits", FT_STRING, BASE_NONE, NULL, 0x0, 
+                        "", HFILL }},
 
 		{ &hf_q931_redirecting_number,
-		  { "Called party number digits", "q931.redirecting_number.digits", FT_STRING, BASE_NONE, NULL, 0x0,
-			"", HFILL }},
+                  { "Redirecting party numberdigits","q931.redirecting_number.digits",FT_STRING, BASE_NONE, NULL, 0x0,     
+                        "",HFILL }}, 
+                }; 	       
 
-	};
-	static gint *ett[] = {
+              static gint *ett[] = {
 		&ett_q931,
 		&ett_q931_ie,
 	};
