[Gnucash-changes] r13783 - gnucash/trunk - Clarify text regarding the lines in the register. Fixes 338479.

David Hampton hampton at cvs.gnucash.org
Fri Apr 14 18:56:06 EDT 2006


Author: hampton
Date: 2006-04-14 18:56:06 -0400 (Fri, 14 Apr 2006)
New Revision: 13783
Trac: http://svn.gnucash.org/trac/changeset/13783

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/glade/preferences.glade
Log:
Clarify text regarding the lines in the register.  Fixes 338479.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-14 22:44:28 UTC (rev 13782)
+++ gnucash/trunk/ChangeLog	2006-04-14 22:56:06 UTC (rev 13783)
@@ -1,5 +1,8 @@
 2006-04-14  David Hampton  <hampton at 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.

Modified: gnucash/trunk/src/gnome-utils/glade/preferences.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/preferences.glade	2006-04-14 22:44:28 UTC (rev 13782)
+++ gnucash/trunk/src/gnome-utils/glade/preferences.glade	2006-04-14 22:56:06 UTC (rev 13783)
@@ -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>



More information about the gnucash-changes mailing list