diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-25 12:08:16 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-25 12:08:16 +0100 |
commit | 6e7bd6714efa48d8cad3f3816be691cf4311bf60 (patch) | |
tree | 43cc13491c217231ba5926a7116bccafd6ebb84d | |
parent | 1429d8b220cb71a0247ac9ac06df2e09ba38b9ce (diff) |
be consistent about how we refer to accuracy on locating screens
-rw-r--r-- | www/templates/en/offline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html index 39e1e39..b7c6df0 100644 --- a/www/templates/en/offline.html +++ b/www/templates/en/offline.html @@ -11,7 +11,7 @@ <p> Current accuracy is <span id="accuracy">unknown</span> - we'll add the - location to the draft when it's <% print( CONFIG.ACCURACY ) %>m or less. + location to the draft when it's <% print( CONFIG.ACCURACY ) %>m or better. </p> <div style="width:100%; height:10px; border:1px solid black;"> |