sfx2/uiconfig/ui/stylecontextmenu.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0bd3600d9415c10891ea1d90dd598d827d1a9c48
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Tue Jan 10 14:30:56 2023 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Jan 11 10:07:42 2023 +0000

    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.tie...@documentfoundation.org>

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>

Reply via email to