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:
David Hampton 2006-04-14 22:56:06 +00:00
parent 8fd1f3a93a
commit da7b7787c0
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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>