[Libreoffice-commits] online.git: loleaflet/src

Thais Vieira (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 7 13:21:41 UTC 2020


 loleaflet/src/unocommands.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 185b3573291cb5bf7b96a3ca3868620242055050
Author:     Thais Vieira <thais.vieira at collabora.com>
AuthorDate: Fri Sep 4 07:50:28 2020 -0300
Commit:     Tor Lillqvist <tml at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

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'),},},


More information about the Libreoffice-commits mailing list