s/hdg/brg/
This commit is contained in:
parent
c31ab0ea96
commit
64a22469ab
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ var dialog = {
|
|||
me.toggle_unit(); # set to imperial
|
||||
#
|
||||
# "private"
|
||||
me.header = [" callsign", "model", "hdg", func { dialog.dist_hdr }, func { dialog.alt_hdr ~ " " }];
|
||||
me.header = [" callsign", "model", "brg", func { dialog.dist_hdr }, func { dialog.alt_hdr ~ " " }];
|
||||
me.columns = [
|
||||
{property:"callsign", format:" %s", label: "-----------", halign:"fill" },
|
||||
{property:"model-short", format:"%s", label: "--------------",halign:"fill" },
|
||||
|
|
Loading…
Add table
Reference in a new issue