diff options
Diffstat (limited to 'cui/uiconfig/ui/mosaicdialog.ui')
-rw-r--r-- | cui/uiconfig/ui/mosaicdialog.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cui/uiconfig/ui/mosaicdialog.ui b/cui/uiconfig/ui/mosaicdialog.ui index b29991b26590..ac7714c486eb 100644 --- a/cui/uiconfig/ui/mosaicdialog.ui +++ b/cui/uiconfig/ui/mosaicdialog.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> -<interface> +<interface domain="cui"> <requires lib="gtk+" version="3.0"/> <requires lib="LibreOffice" version="1.0"/> <object class="GtkAdjustment" id="adjustment1"> @@ -13,7 +13,7 @@ <object class="GtkDialog" id="MosaicDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes">Mosaic</property> + <property name="title" translatable="yes" context="mosaicdialog|MosaicDialog">Mosaic</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> @@ -141,7 +141,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Width:</property> + <property name="label" translatable="yes" context="mosaicdialog|label2">_Width:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">width:px</property> </object> @@ -165,7 +165,7 @@ <object class="GtkSpinButton" id="height:px"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="text" translatable="yes">2</property> + <property name="text" translatable="yes" context="mosaicdialog|height">2</property> <property name="adjustment">adjustment1</property> <property name="value">2</property> </object> @@ -179,7 +179,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Height:</property> + <property name="label" translatable="yes" context="mosaicdialog|label3">_Height:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">height:px</property> </object> @@ -196,7 +196,7 @@ </child> <child> <object class="GtkCheckButton" id="edges"> - <property name="label" translatable="yes">E_nhance edges</property> + <property name="label" translatable="yes" context="mosaicdialog|edges">E_nhance edges</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -223,7 +223,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Parameters</property> + <property name="label" translatable="yes" context="mosaicdialog|label1">Parameters</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |