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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 23:28:09 UTC 2018


 sc/uiconfig/scalc/ui/notebookbar.ui         |    1 +
 sc/uiconfig/scalc/ui/notebookbar_compact.ui |    2 ++
 sd/uiconfig/sdraw/ui/notebookbar.ui         |    2 ++
 sd/uiconfig/simpress/ui/notebookbar.ui      |    1 +
 4 files changed, 6 insertions(+)

New commits:
commit 34d5e910adba4094bba1303284f9552028d0b019
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Mon Dec 10 23:18:34 2018 +0100
Commit:     andreas_kainz <kainz.a at gmail.com>
CommitDate: Tue Dec 11 00:27:46 2018 +0100

    tdf#121677 missing item name check for updates
    
    Change-Id: I35f2beffb564f1e20731ca1e972b69130276cdea
    Reviewed-on: https://gerrit.libreoffice.org/64905
    Tested-by: Jenkins
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index 2fc30b8453b6..f4efe6df47f9 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -623,6 +623,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
+        <property name="label" translatable="yes" context="CalcNotebookbar|Menu">_Check for Updates...</property>
       </object>
     </child>
     <child>
diff --git a/sc/uiconfig/scalc/ui/notebookbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_compact.ui
index a65b903df599..ac6e9c0f97d9 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_compact.ui
@@ -854,6 +854,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
+        <property name="label" translatable="yes" context="notebookbar_compact|Menu">_Check for Updates...</property>
       </object>
     </child>
     <child>
@@ -1674,6 +1675,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
+        <property name="label" translatable="yes" context="notebookbar_compact|Tools">_Check for Updates...</property>
       </object>
     </child>
     <child>
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui
index 0fabfc3526d4..bf497332dac1 100644
--- a/sd/uiconfig/sdraw/ui/notebookbar.ui
+++ b/sd/uiconfig/sdraw/ui/notebookbar.ui
@@ -608,6 +608,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
+        <property name="label" translatable="yes" context="DrawNotebookbar|Help">_Check for Updates...</property>
       </object>
     </child>
     <child>
@@ -1793,6 +1794,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
+        <property name="label" translatable="yes" context="drawnotebookbar|Tools">_Check for Updates...</property>
       </object>
     </child>
     <child>
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index 1471d568cd34..07f3136682ec 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -608,6 +608,7 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
+        <property name="label" translatable="yes" context="ImpressNotebookbar|Help">_Check for Updates...</property>
       </object>
     </child>
     <child>


More information about the Libreoffice-commits mailing list