diff options
Diffstat (limited to 'svx/uiconfig/ui/extrustiondepthdialog.ui')
-rw-r--r-- | svx/uiconfig/ui/extrustiondepthdialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/uiconfig/ui/extrustiondepthdialog.ui b/svx/uiconfig/ui/extrustiondepthdialog.ui index 593c1a95484c..79b65f1cbaa8 100644 --- a/svx/uiconfig/ui/extrustiondepthdialog.ui +++ b/svx/uiconfig/ui/extrustiondepthdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<interface> +<interface domain="svx"> <!-- interface-requires gtk+ 3.0 --> <object class="GtkAdjustment" id="adjustment1"> <property name="upper">338.666</property> @@ -9,7 +9,7 @@ <object class="GtkDialog" id="ExtrustionDepthDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes">Extrusion Depth</property> + <property name="title" translatable="yes" context="extrustiondepthdialog|ExtrustionDepthDialog">Extrusion Depth</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -113,7 +113,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">_Value</property> + <property name="label" translatable="yes" context="extrustiondepthdialog|label1">_Value</property> <property name="use_underline">True</property> <property name="mnemonic_widget">depth:0.00cm</property> </object> @@ -132,7 +132,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Depth</property> + <property name="label" translatable="yes" context="extrustiondepthdialog|label2">Depth</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |