... | ... |
@@ -208,7 +208,7 @@ displayClass.MFD = { |
208 | 208 |
} |
209 | 209 |
); |
210 | 210 |
append(obj_infos, { |
211 |
- text: sprintf(' %s DST %2dNM CRS %03d', utf8.chstr(9658), distance, course), |
|
211 |
+ text: sprintf(' %s DST %2dNM CRS %03d°', utf8.chstr(9658), distance, course), |
|
212 | 212 |
type: 'normal|end-of-line', |
213 | 213 |
scrollgroup: idx |
214 | 214 |
} |
... | ... |
@@ -261,7 +261,7 @@ displayClass.MFD = { |
261 | 261 |
} |
262 | 262 |
); |
263 | 263 |
append(obj_infos, { |
264 |
- text: sprintf(' %s DST %2dNM CRS %03d', utf8.chstr(9658), distance, course), |
|
264 |
+ text: sprintf(' %s DST %2dNM CRS %03d°', utf8.chstr(9658), distance, course), |
|
265 | 265 |
type: 'normal|end-of-line', |
266 | 266 |
scrollgroup: idx |
267 | 267 |
} |