Skip to content

Commit

Permalink
fix: Don't cap precision of entered benchmark coordinates
Browse files Browse the repository at this point in the history
Fixes #628
  • Loading branch information
barbeau committed Apr 24, 2023
1 parent 3dd0228 commit f7567f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/res/values/do_not_translate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<string name="sky_legend_cn0_units">(dB-Hz)</string>

<!-- Values and units display - Accuracy View -->
<string name="benchmark_lat_long">%1$.7f</string>
<string name="benchmark_alt">%1$.1f</string>
<string name="benchmark_lat_long">%1$.10f</string>
<string name="benchmark_alt">%1$.4f</string>
<string name="benchmark_error">%1$.2f</string>
<string name="benchmark_header_error_divider">/</string>

Expand Down

0 comments on commit f7567f1

Please sign in to comment.