mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Make Add Note shortcut translatable
This commit is contained in:
@@ -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:
|
||||
|
||||
Vendored
+2
-1
@@ -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}",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user