Remove some non-ascii characters.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 16 Mar 2009 13:58:40 +0000 (13:58 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 16 Mar 2009 13:58:40 +0000 (13:58 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27737 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-cigi.c

index feb0e95083ee22156c6e8e7359991101d5da6a7b..b50e16bcc2e7d0c1f85d65c20cad7fa37b4aa9a8 100644 (file)
@@ -5868,7 +5868,7 @@ proto_register_cigi(void)
                 "Specifies the entity's geodetic latitude or the distance from the parent's reference point along its parent's X axis", HFILL }
         },
         { &hf_cigi3_entity_control_lon_yoff,
-            { "Longitude (°)/Y Offset (m)", "cigi.entity_control.lon_yoff",
+            { "Longitude (degrees)/Y Offset (m)", "cigi.entity_control.lon_yoff",
                 FT_DOUBLE, BASE_DEC, NULL, 0x0,
                 "Specifies the entity's geodetic longitude or the distance from the parent's reference point along its parent's Y axis", HFILL }
         },