[Libreoffice-commits] core.git: svx/uiconfig

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 6 19:17:08 UTC 2020


 svx/uiconfig/ui/tablewindow.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 31bc7c1ea8b7da5c06e2478cfdec8b09b54fc285
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Jun 6 19:50:38 2020 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Jun 6 21:16:32 2020 +0200

    Fix context moreoptions (svx/tablewindow)
    
    Change-Id: I730fa4295f8515280d3e179350da4c06649b0854
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95653
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/uiconfig/ui/tablewindow.ui b/svx/uiconfig/ui/tablewindow.ui
index 12ae5dae2799..80ad16c932ca 100644
--- a/svx/uiconfig/ui/tablewindow.ui
+++ b/svx/uiconfig/ui/tablewindow.ui
@@ -32,11 +32,11 @@
         </child>
         <child>
           <object class="GtkButton" id="moreoptions">
-            <property name="label" translatable="yes" context="pagesizecontrol|moreoptions">_More Options</property>
+            <property name="label" translatable="yes" context="tablewindow|moreoptions">_More Options</property>
             <property name="can_focus">True</property>
             <property name="receives_default">True</property>
             <property name="no_show_all">True</property>
-            <property name="tooltip_text" translatable="yes" context="pagesizecontrol|moreoptions|tooltip_text">More Options</property>
+            <property name="tooltip_text" translatable="yes" context="tablewindow|moreoptions|tooltip_text">More Options</property>
             <property name="relief">none</property>
             <property name="use_underline">True</property>
             <property name="always_show_image">True</property>


More information about the Libreoffice-commits mailing list