sw/uiconfig/swriter/ui/copyfielddialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c947c4625b225b0dabce3e9514d52188c89d69b9
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Apr 4 12:53:33 2025 +0200
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Fri Apr 4 21:15:28 2025 +0200

    tdf#164318 (related) Fix translation context in Copy field content dialog
    
    Copy button was not picked up by make translations
    because of the "stock" context
    
    Change-Id: Icb941944568da5d9a05cf3568ef1eebed4c48491
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183708
    Tested-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
    Tested-by: Jenkins

diff --git a/sw/uiconfig/swriter/ui/copyfielddialog.ui 
b/sw/uiconfig/swriter/ui/copyfielddialog.ui
index 90d33e601b1c..66ecd759f668 100644
--- a/sw/uiconfig/swriter/ui/copyfielddialog.ui
+++ b/sw/uiconfig/swriter/ui/copyfielddialog.ui
@@ -50,7 +50,7 @@
             </child>
             <child>
               <object class="GtkButton" id="copy">
-                <property name="label" translatable="yes" 
context="stock">_Copy</property>
+                <property name="label" translatable="yes" 
context="copyfielddialog|copy">_Copy</property>
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">True</property>

Reply via email to