From c3ca559841c857bf7b39f665433d71c89d220d0f Mon Sep 17 00:00:00 2001 From: Shubham Goyal <22shubh22@gmail.com> Date: Wed, 24 Apr 2019 21:09:40 +0530 Subject: tdf#124854 Rename the Tooltip of Table Toolbar elements Added Tooltip labels to icons. Change-Id: Idace4947f98c0a03214e3feffe692711063543e1 Reviewed-on: https://gerrit.libreoffice.org/70981 Reviewed-by: Heiko Tietze Tested-by: Jenkins --- .../data/org/openoffice/Office/UI/WriterCommands.xcu | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'officecfg/registry/data/org') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 2c153b87fa52..56512b9ece26 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1535,6 +1535,9 @@ ~Rows + + Delete selected rows + 1 @@ -1546,6 +1549,9 @@ ~Columns + + Delete selected columns + 1 @@ -1557,6 +1563,9 @@ ~Table + + Delete table + 1 @@ -1645,6 +1654,9 @@ C~ell + + Select Cell + 1 @@ -1680,6 +1692,9 @@ ~Table + + Select Table + 1 -- cgit