diff options
author | Andras Timar <andras.timar@collabora.com> | 2023-12-03 21:43:06 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2023-12-04 16:28:56 +0100 |
commit | 1f6bfc85032b10a52a9abe9fd104e92e5671ea81 (patch) | |
tree | 3c37c9fc2d178c82ff11bced00eaf96068e87c62 | |
parent | f384dc0476e4730d3ccb7a7f56eae8452bce133a (diff) |
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 <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/translationdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |