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

New commits:
commit 3e2e4a20eb9e5bcae4d532ca5f5e6e6cf8be5fca
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Apr 4 12:53:33 2025 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Mon May 5 13:56:52 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
    (cherry picked from commit c947c4625b225b0dabce3e9514d52188c89d69b9)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183733
    Tested-by: allotropia jenkins <jenk...@allotropia.de>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

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