office-gobmx/sfx2/uiconfig/ui/stylecontextmenu.ui
Rafael Lima 0bd3600d94 tdf#152905 Use "Edit Style" instead of "Modify" for consistency
As discussed in the bug report, the context menu in the "Styles" sidebar is the only place where the string "Modify..." is used to edit a style, whereas other places use "Edit Style...". Hence, let's use it here as well for consistency.

Change-Id: I3244da70873dc62c302baacd614f9ada2cfe5cc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145233
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-01-11 10:07:42 +00:00

49 lines
2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface domain="sfx">
<requires lib="gtk+" version="3.20"/>
<object class="GtkMenu" id="menu">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkMenuItem" id="new">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="stylecontextmenu|new">New...</property>
<property name="use_underline">True</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="stylecontextmenu|edit">Edit Style...</property>
<property name="use_underline">True</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="hide">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="stylecontextmenu|hide">Hide</property>
<property name="use_underline">True</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="show">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="stylecontextmenu|show">Show</property>
<property name="use_underline">True</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="delete">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="stylecontextmenu|delete">Delete...</property>
<property name="use_underline">True</property>
</object>
</child>
</object>
</interface>