[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - svx/uiconfig

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 7 14:10:24 UTC 2020


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

New commits:
commit c90ccc85a9d10d3bf71b1c7721ce5124394ef91f
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: Sun Jun 7 16:09:49 2020 +0200

    Fix context moreoptions (svx/tablewindow)
    
    Change-Id: I730fa4295f8515280d3e179350da4c06649b0854
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95676
    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