Skip to content

Commit

Permalink
Use improved shared text in way_approximate too
Browse files Browse the repository at this point in the history
Also remove an unnecessary space
  • Loading branch information
Famlam authored and frodrigo committed Aug 23, 2023
1 parent 7ea4276 commit 08b919d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analysers/analyser_osmosis_way_angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, config, logger = None):
fix = T_(
'''After checking orthophotos, add nodes or move existing nodes.'''),
trap = T_(
''' On service ways, train stations and train workshops this could be a false positive.'''),
'''On service ways, train stations and train workshops this could be a false positive.'''),
example = T_(
'''![](https://wiki.openstreetmap.org/w/images/9/9d/Osmose-eg-error-1190.png)
Expand Down
3 changes: 1 addition & 2 deletions analysers/analyser_osmosis_way_approximate.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ def __init__(self, config, logger = None):
fix = T_(
'''After checking orthophotos, add nodes or move existing nodes.'''),
trap = T_(
'''On service ways, train stations, train workshops that may be either a
false positive'''),
'''On service ways, train stations and train workshops this could be a false positive.'''),
example = T_(
'''![](https://wiki.openstreetmap.org/w/images/9/9d/Osmose-eg-error-1190.png)
Expand Down

0 comments on commit 08b919d

Please sign in to comment.