1
0
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:
Laurent Cozic 2022-05-05 15:13:27 +01:00
parent b28f069f70
commit d99312e06c

View File

@ -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,