diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-10-18 00:13:51 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-20 13:37:05 +0000 |
commit | b38c71e3653552bec9b1cbeac6bc1b0df736c82b (patch) | |
tree | 1bade120ef64ef65d0cec639ab376a866d72a596 /sc/uiconfig/scalc/ui/definedatabaserangedialog.ui | |
parent | f6101f6d3e14720317c4904cbafceb29ec753005 (diff) |
fdo#78826 HIG: missing colons and capitalization in sc
Also:
* Something I missed from the HIG: standardize Help button position
Change-Id: Iaac65bd277d87ff58883f287808a5c5b804cc04e
Reviewed-on: https://gerrit.libreoffice.org/12015
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/definedatabaserangedialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/definedatabaserangedialog.ui | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui index 57856e3e6184..05451dd9754e 100644 --- a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui +++ b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> - <!-- interface-requires LibreOffice 1.0 --> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkDialog" id="DefineDatabaseRangeDialog"> <property name="can_focus">False</property> <property name="border_width">5</property> <property name="title" translatable="yes">Define Database Range</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -210,7 +211,7 @@ <property name="spacing">6</property> <child> <object class="GtkCheckButton" id="ContainsColumnLabels"> - <property name="label" translatable="yes">Co_ntains Column Labels</property> + <property name="label" translatable="yes">Co_ntains column labels</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -382,6 +383,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">3</property> + <property name="secondary">True</property> </packing> </child> </object> |