mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +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.
|
// editor or a regular text field.
|
||||||
{
|
{
|
||||||
role: 'undo',
|
role: 'undo',
|
||||||
|
label: _('Undo'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
role: 'redo',
|
role: 'redo',
|
||||||
|
label: _('Redo'),
|
||||||
},
|
},
|
||||||
separator(),
|
separator(),
|
||||||
menuItemDic.textBold,
|
menuItemDic.textBold,
|
||||||
|
Loading…
Reference in New Issue
Block a user