diff options
Diffstat (limited to 'vcl/uiconfig/ui/cupspassworddialog.ui')
-rw-r--r-- | vcl/uiconfig/ui/cupspassworddialog.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/uiconfig/ui/cupspassworddialog.ui b/vcl/uiconfig/ui/cupspassworddialog.ui index 3e047a30bb39..f4fb757209bb 100644 --- a/vcl/uiconfig/ui/cupspassworddialog.ui +++ b/vcl/uiconfig/ui/cupspassworddialog.ui @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> -<interface> +<interface domain="vcl"> <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="CUPSPasswordDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes">Authentication Request</property> + <property name="title" translatable="yes" context="cupspassworddialog|CUPSPasswordDialog">Authentication Request</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -67,7 +67,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> - <property name="label" translatable="yes">_User:</property> + <property name="label" translatable="yes" context="cupspassworddialog|label1">_User:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">user</property> </object> @@ -81,7 +81,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> - <property name="label" translatable="yes">_Password:</property> + <property name="label" translatable="yes" context="cupspassworddialog|label2">_Password:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">pass</property> </object> @@ -95,7 +95,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Please enter your authentication data for server “%s”</property> + <property name="label" translatable="yes" context="cupspassworddialog|text">Please enter your authentication data for server “%s”</property> <property name="use_underline">True</property> <property name="wrap">True</property> <property name="max_width_chars">56</property> |