Skip to content

Commit

Permalink
Merge pull request #3375 from matkoniecz/patch-1
Browse files Browse the repository at this point in the history
add missing space in taginfo listing
  • Loading branch information
lonvia authored Mar 27, 2024
2 parents c39fc5d + 8f6f113 commit e53eb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/taginfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function print_taginfo()
for _, k in ipairs(flex.TAGINFO_MAIN.keys) do
local desc = get_key_description(k, 'POI/feature in the search database')
if flex.TAGINFO_MAIN.delete_tags[k] ~= nil then
desc.description = string.format('%s(except for values: %s).', desc.description,
desc.description = string.format('%s (except for values: %s).', desc.description,
table.concat(flex.TAGINFO_MAIN.delete_tags[k], ', '))
end
table.insert(tags, desc)
Expand Down

0 comments on commit e53eb79

Please sign in to comment.