loleaflet/src/unocommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 185b3573291cb5bf7b96a3ca3868620242055050 Author: Thais Vieira <[email protected]> AuthorDate: Fri Sep 4 07:50:28 2020 -0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Sep 7 15:21:22 2020 +0200 Loleaflet: fix menu entry replacing 'Select...' to 'Select Table' to it be consistent with the pattern. Change-Id: I2724db65242588aa5d7aa6d375690ac3f478f209 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102048 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/loleaflet/src/unocommands.js b/loleaflet/src/unocommands.js index b23b92e16..655424700 100644 --- a/loleaflet/src/unocommands.js +++ b/loleaflet/src/unocommands.js @@ -269,7 +269,7 @@ var unoCommandsArray = { SearchDialog:{global:{menu:_('Find & Rep~lace...'),},}, SelectAll:{global:{menu:_('Select ~All'),},}, SelectBackground:{presentation:{menu:_('Set Background Image...'),},}, - SelectTable:{presentation:{menu:_('~Select...'),},text:{menu:_('~Table'),},}, + SelectTable:{presentation:{menu:_('~Select Table'),},text:{menu:_('~Table'),},}, SendToBack:{global:{menu:_('~Send to Back'),},}, SetAnchorAtChar:{text:{menu:_('To ~Character'),},}, SetAnchorToCell:{spreadsheet:{menu:_('To ~Cell'),},}, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
