Make Add Note shortcut translatable

This commit is contained in:
Quincy Morgan
2019-03-05 12:04:13 -05:00
parent 46037c0cb6
commit fc6bf79ed1
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ en:
title: Note
description: "Spotted an issue? Let other mappers know."
tail: Click on the map to add a note.
key: N
add_preset:
title: "Add {feature}"
point:
+2 -1
View File
@@ -35,7 +35,8 @@
"add_note": {
"title": "Note",
"description": "Spotted an issue? Let other mappers know.",
"tail": "Click on the map to add a note."
"tail": "Click on the map to add a note.",
"key": "N"
},
"add_preset": {
"title": "Add {feature}",
+1 -1
View File
@@ -11,7 +11,7 @@ export function modeAddNote(context) {
button: 'note',
title: t('modes.add_note.title'),
description: t('modes.add_note.description'),
key: 'N'
key: t('modes.add_note.key')
};
var behavior = behaviorDraw(context)