Skip to content

Commit

Permalink
Change to TagFix_Housenumber.py as per discussion in PR
Browse files Browse the repository at this point in the history
Adjusting the wording of the sentence as per the discussion with @Famlam.
  • Loading branch information
FredericBourgeon authored and frodrigo committed Nov 16, 2024
1 parent 9b2867a commit fdd7399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/TagFix_Housenumber.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def init(self, logger):
title = T_('Invalid addr:interpolation or addr:inclusion value'),
detail = T_(
'''* Tag `addr:interpolation=*` is only valid with values: `even`, `odd`,
`all`, `alphabetic` and `Number`.
`all`, `alphabetic` or a number.
* Tag `addr:inclusion=*` is only valid with values: `actual`, `estimate`
and `potential`.'''))

Expand Down

0 comments on commit fdd7399

Please sign in to comment.