diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-01-10 14:30:56 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-01-11 10:07:42 +0000 |
commit | 0bd3600d9415c10891ea1d90dd598d827d1a9c48 (patch) | |
tree | 25ca0f822dd0283530f57dc3f06db95b3f9d9cfe /sfx2 | |
parent | ef5eed8e85490c2f45700bbc31bff3f729966ab2 (diff) |
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>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/stylecontextmenu.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/stylecontextmenu.ui b/sfx2/uiconfig/ui/stylecontextmenu.ui index b667a2ef382f..4dfb520ecf95 100644 --- a/sfx2/uiconfig/ui/stylecontextmenu.ui +++ b/sfx2/uiconfig/ui/stylecontextmenu.ui @@ -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> |