summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/uiconfig/swriter/ui/translationdialog.ui4
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>