add quotes back to separate tag key from message text

This commit is contained in:
Martin Raifer
2021-11-19 12:09:09 +01:00
parent 040257fd44
commit 68098489af
2 changed files with 2 additions and 2 deletions

View File

@@ -1000,7 +1000,7 @@ en:
location: 'This feature was moved by both you and {user}.'
nodelist: 'Nodes were changed by both you and {user}.'
memberlist: 'Relation members were changed by both you and {user}.'
tags: 'You changed the {tag} tag to "{local}" and {user} changed it to "{remote}".'
tags: 'You changed the "{tag}" tag to "{local}" and {user} changed it to "{remote}".'
success:
just_edited: "You just edited OpenStreetMap!"
thank_you: "Thank you for improving the map."

File diff suppressed because one or more lines are too long