mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Clarify text regarding the lines in the register. Fixes 338479.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13783 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8fd1f3a93a
commit
da7b7787c0
@ -1,5 +1,8 @@
|
||||
2006-04-14 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/glade/preferences.glade: Clarify text regarding
|
||||
the lines in the register. Fixes 338479.
|
||||
|
||||
* src/backend/file/io-gncxml-v2.c:
|
||||
* src/gnome-utils/druid-gnc-xml-import.c: Fixes to compile with
|
||||
gcc4.
|
||||
|
@ -1929,7 +1929,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Show vertical borders on the cells.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Draw _vertical lines between cells</property>
|
||||
<property name="label" translatable="yes">Draw _vertical lines between columns</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
@ -1953,7 +1953,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Show horizontal borders on the cells.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Draw hori_zontal lines between cells</property>
|
||||
<property name="label" translatable="yes">Draw hori_zontal lines between rows</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user