Make sure the add note button label in the help matches the toolbar (close #7841)

This commit is contained in:
Quincy Morgan
2020-07-27 15:59:31 -04:00
parent cd7dc6fca0
commit 171d867d92
+1 -1
View File
@@ -98,7 +98,7 @@ export function helpString(id, replacements) {
point: t('modes.add_point.title'),
line: t('modes.add_line.title'),
area: t('modes.add_area.title'),
note: t('modes.add_note.title'),
note: t('modes.add_note.label'),
delete: t('operations.delete.title'),
move: t('operations.move.title'),
orthogonalize: t('operations.orthogonalize.title'),