diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2019-02-09 17:11:31 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-02-13 11:54:42 +0100 |
commit | 51cc835ab8d4c4e8d4f0219635f7300870d49cc6 (patch) | |
tree | 96483aa4e349afd2ea69ba53110d7cc313bc9812 /sd | |
parent | a2b687a88feedfae0087bfc999b3cf49b9d3d24b (diff) |
fix context for _Review in notebookbar_groupedbar_full
Change-Id: I321d2b4994f8a65f0671790381e5ce8d87429581
Reviewed-on: https://gerrit.libreoffice.org/67589
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui index 98c3ee22fb36..f84f7652ae91 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -6106,7 +6106,7 @@ <property name="can_focus">False</property> <child> <object class="svtlo-ManagedMenuButton" id="reviewp:MenuReview"> - <property name="label" translatable="yes" context="notebookbar_groupedbar_full|reviewb">_Review</property> + <property name="label" translatable="yes" context="notebookbar_groupedbar_full|reviewp">_Review</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |