diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-04-23 23:39:47 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-04-23 23:40:31 +0200 |
commit | 930a3cbaeeaf6bca594f8651c4d5dffc1e5391d4 (patch) | |
tree | 4cd206b28ad5255986978af3c7d90090a0434d18 | |
parent | 48b85abcc973fc979582adeee97259a49a169686 (diff) |
fix duplicate strings in notebookbar *again*
added a jenkins step for that now since it gets annoying now...
Change-Id: I9565ef62671afa996aea8c626e3d93c0783ce321
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 4 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 4 |
2 files changed, 4 insertions, 4 deletions
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> |