Merge branch 'CorrectStrings27EN' of https://github.com/Mechtilde/gnucash into unstable

This commit is contained in:
Geert Janssens 2018-01-31 18:37:52 +01:00
commit 0f295dd439
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@
<key name="grid-lines-horizontal" type="b"> <key name="grid-lines-horizontal" type="b">
<default>false</default> <default>false</default>
<summary>Show Horizontal Grid Lines</summary> <summary>Show Horizontal Grid Lines</summary>
<description>If active, horzontal grid lines will be shown on table displays. Otherwise no horizontal grid lines will be shown.</description> <description>If active, horizontal grid lines will be shown on table displays. Otherwise no horizontal grid lines will be shown.</description>
</key> </key>
<key name="grid-lines-vertical" type="b"> <key name="grid-lines-vertical" type="b">
<default>false</default> <default>false</default>

View File

@ -267,7 +267,7 @@ gnucash_register_goto_next_matching_row (GnucashRegister *reg,
static gboolean static gboolean
gnucash_register_sheet_resize (GnucashRegister *reg) gnucash_register_sheet_resize (GnucashRegister *reg)
{ {
// Sometimes the space left by the horzontal scrollbar does // Sometimes the space left by the horizontal scrollbar does
// not get filled on load, this makes sure it does // not get filled on load, this makes sure it does
if (!reg->hscrollbar_visible) if (!reg->hscrollbar_visible)
gtk_widget_queue_resize (GTK_WIDGET (reg->sheet)); gtk_widget_queue_resize (GTK_WIDGET (reg->sheet));