[Libreoffice-commits] core.git: sd/uiconfig sw/uiconfig

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Mon Apr 23 21:44:10 UTC 2018


 sd/uiconfig/simpress/ui/notebookbar.ui |    4 ++--
 sw/uiconfig/swriter/ui/notebookbar.ui  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 930a3cbaeeaf6bca594f8651c4d5dffc1e5391d4
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon Apr 23 23:39:47 2018 +0200

    fix duplicate strings in notebookbar *again*
    
    added a jenkins step for that now since it gets annoying now...
    
    Change-Id: I9565ef62671afa996aea8c626e3d93c0783ce321

diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index 84e6e35bd119..2a36164d8ed9 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -6405,7 +6405,7 @@
                         <property name="orientation">vertical</property>
                         <child>
                           <object class="svtlo-ManagedMenuButton" id="slideshowb:MenuSlideShow">
-                            <property name="label" translatable="yes" context="notebookbar_groupedbar_full|slideshowb">_Slide Show</property>
+                            <property name="label" translatable="yes" context="notebookbar|slideshowb">_Slide Show</property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="receives_default">False</property>
@@ -7028,7 +7028,7 @@
                         <property name="orientation">vertical</property>
                         <child>
                           <object class="svtlo-ManagedMenuButton" id="reviewR:MenuReview">
-                            <property name="label" translatable="yes" context="notebookbar_groupedbar_full|reviewb">_Review</property>
+                            <property name="label" translatable="yes" context="notebookbar|reviewb">_Review</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui
index 11ed57620371..8e133a1ea67e 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -2135,7 +2135,7 @@
                         <property name="orientation">vertical</property>
                         <child>
                           <object class="svtlo-ManagedMenuButton" id="filetab:MenuFile">
-                            <property name="label" translatable="yes" context="notebookbar_compact|fileb">_File</property>
+                            <property name="label" translatable="yes" context="notebookbar|fileb">_File</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
@@ -2154,7 +2154,7 @@
                         </child>
                         <child>
                           <object class="svtlo-ManagedMenuButton" id="helpb:MenuHelp">
-                            <property name="label" translatable="yes" context="notebookbar_compact|fileb">_Help</property>
+                            <property name="label" translatable="yes" context="notebookbar|fileb">_Help</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>


More information about the Libreoffice-commits mailing list