mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop: Fixes #6435: Make undo/redo menu items translatable
This commit is contained in:
parent
b28f069f70
commit
d99312e06c
@ -632,9 +632,11 @@ function useMenu(props: Props) {
|
||||
// editor or a regular text field.
|
||||
{
|
||||
role: 'undo',
|
||||
label: _('Undo'),
|
||||
},
|
||||
{
|
||||
role: 'redo',
|
||||
label: _('Redo'),
|
||||
},
|
||||
separator(),
|
||||
menuItemDic.textBold,
|
||||
|
Loading…
Reference in New Issue
Block a user