diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-20 23:30:32 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-25 11:33:55 +0000 |
commit | ccbddf9210ad65465da5bf36a9ad36a5f59bf125 (patch) | |
tree | aec698d5457e1a9d15984b93ba45d1ebffc1144e /svtools/uiconfig/ui/restartdialog.ui | |
parent | 82c998977b62b5fb7a01b5e9838d7f6868d697bf (diff) |
HIG fixes for svtools
Change-Id: I8b874ed49e50b7ea15774ca3b0cd9a963898fc94
Reviewed-on: https://gerrit.libreoffice.org/13049
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/uiconfig/ui/restartdialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index 5027620b485e..0782ff4a7987 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="RestartDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Restart %PRODUCTNAME</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -18,7 +20,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="yes"> - <property name="label" translatable="yes">Restart now</property> + <property name="label" translatable="yes">Restart Now</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -33,7 +35,7 @@ </child> <child> <object class="GtkButton" id="no"> - <property name="label" translatable="yes">Restart later</property> + <property name="label" translatable="yes">Restart Later</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -62,6 +64,7 @@ <object class="GtkLabel" id="reason_java"> <property name="can_focus">False</property> <property name="no_show_all">True</property> + <property name="xalign">0</property> <property name="label" translatable="yes">For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted.</property> <property name="wrap">True</property> <property name="max_width_chars">30</property> @@ -76,6 +79,7 @@ <object class="GtkLabel" id="reason_pdf"> <property name="can_focus">False</property> <property name="no_show_all">True</property> + <property name="xalign">0</property> <property name="label" translatable="yes">For the modified default print job format to take effect, %PRODUCTNAME must be restarted.</property> <property name="wrap">True</property> <property name="max_width_chars">50</property> @@ -90,6 +94,7 @@ <object class="GtkLabel" id="reason_bibliography_install"> <property name="can_focus">False</property> <property name="no_show_all">True</property> + <property name="xalign">0</property> <property name="label" translatable="yes">For the bibliography to work properly, %PRODUCTNAME must be restarted.</property> <property name="wrap">True</property> <property name="max_width_chars">50</property> @@ -104,6 +109,7 @@ <object class="GtkLabel" id="label"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">0</property> <property name="label" translatable="yes">Do you want to restart %PRODUCTNAME now?</property> <property name="wrap">True</property> </object> |