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>
This commit is contained in:
Rafael Lima 2023-01-10 14:30:56 +00:00 committed by Adolfo Jayme Barrientos
parent ef5eed8e85
commit 0bd3600d94

View file

@ -17,7 +17,7 @@
<object class="GtkMenuItem" id="edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="stylecontextmenu|edit">Modify...</property>
<property name="label" translatable="yes" context="stylecontextmenu|edit">Edit Style...</property>
<property name="use_underline">True</property>
</object>
</child>