diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-12-10 23:18:34 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-12-11 00:27:46 +0100 |
commit | 34d5e910adba4094bba1303284f9552028d0b019 (patch) | |
tree | b04d49d367de7b8f6d6d5e9a42dcb7dfbe362ad0 /sd/uiconfig/sdraw/ui | |
parent | 83e582be807e3c87b4855d840dbc9e8ae2f1e40a (diff) |
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@gmail.com>
Diffstat (limited to 'sd/uiconfig/sdraw/ui')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 2 |
1 files changed, 2 insertions, 0 deletions
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> |