aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-03-16 13:58:40 +0000
committerBill Meier <wmeier@newsguy.com>2009-03-16 13:58:40 +0000
commit2b63715879381ba7f1774ae5927932c8d0070099 (patch)
tree3f19f98b3a233517935a9c0733f0b6ff3fc61a63
parenta2cf3593bb928970d6ec884358ab38e8bf25cb6d (diff)
Remove some non-ascii characters.
svn path=/trunk/; revision=27737
-rw-r--r--epan/dissectors/packet-cigi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cigi.c b/epan/dissectors/packet-cigi.c
index feb0e95083..b50e16bcc2 100644
--- a/epan/dissectors/packet-cigi.c
+++ b/epan/dissectors/packet-cigi.c
@@ -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 }
},