diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-05-26 15:31:52 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-26 12:46:22 +0000 |
commit | 9b8da7a53b7bd3b43076a7d9bc3ce735bbe7f80f (patch) | |
tree | 97fb2222f8fe812764d4d226aeb5250607c6b8b1 /sfx2 | |
parent | 89d2ddacbb29377b97a8479a105f1a27c513cd5a (diff) |
Start Center: Rename "Edit Templates" to "Manage Templates"
Change-Id: I184c0508dba673153153a83cf033c9fb057a3435
Reviewed-on: https://gerrit.libreoffice.org/25507
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 2 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 61f280c49f74..06955c234188 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -609,7 +609,7 @@ IMPL_LINK_TYPED( BackingWindow, MenuSelectHdl, MenuButton*, pButton, void ) { mpLocalView->filterItems(ViewFilter_Application(FILTER_APPLICATION::DRAW)); } - else if( sId == "edit" ) + else if( sId == "manage" ) { Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY ); diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 5b78deb51be3..2591be7f5928 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -56,10 +56,10 @@ </object> </child> <child> - <object class="GtkMenuItem" id="edit"> + <object class="GtkMenuItem" id="manage"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Edit Templates</property> + <property name="label" translatable="yes">Manage Templates</property> </object> </child> </object> |