sw/uiconfig/swriter/ui/translationdialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1f6bfc85032b10a52a9abe9fd104e92e5671ea81
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Sun Dec 3 21:43:06 2023 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon Dec 4 16:28:56 2023 +0100

    Make OK/Cancel buttons translatable on Language Selection dialog
    
    Change-Id: Ida5f6e2195bb388377e89f12d00431ba2d68cca7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160284
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/sw/uiconfig/swriter/ui/translationdialog.ui 
b/sw/uiconfig/swriter/ui/translationdialog.ui
index a6aff92ab00c..26d4f33bfa56 100644
--- a/sw/uiconfig/swriter/ui/translationdialog.ui
+++ b/sw/uiconfig/swriter/ui/translationdialog.ui
@@ -25,7 +25,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="cancel">
-                <property name="label">_Cancel</property>
+                <property name="label" translatable="yes" 
context="stock">_Cancel</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -39,7 +39,7 @@
             </child>
             <child>
               <object class="GtkButton" id="translate">
-                <property name="label">_OK</property>
+                <property name="label" translatable="yes" 
context="stock">_OK</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>

Reply via email to