[Gnucash-changes] r13899 - gnucash/trunk - Correct option strings in sx editor for tri-annual transactions. Fix #339724.

Andreas Köhler andi5 at cvs.gnucash.org
Tue May 2 15:26:28 EDT 2006


Author: andi5
Date: 2006-05-02 15:26:27 -0400 (Tue, 02 May 2006)
New Revision: 13899
Trac: http://svn.gnucash.org/trac/changeset/13899

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/glade/sched-xact.glade
Log:
Correct option strings in sx editor for tri-annual transactions. Fix #339724.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-02 12:17:56 UTC (rev 13898)
+++ gnucash/trunk/ChangeLog	2006-05-02 19:26:27 UTC (rev 13899)
@@ -1,3 +1,8 @@
+2006-05-02  Andreas Köhler  <andi5.py at gmx.net>
+
+	* src/gnome/glade/sched-xact.glade: Correct option strings in sx
+	  editor for tri-annual transactions. Fix #339724.
+
 2006-05-01  David Hampton  <hampton at employees.org>
 
 	* src/gnome-utils/dialog-account.c: Use the parent commodity and

Modified: gnucash/trunk/src/gnome/glade/sched-xact.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/sched-xact.glade	2006-05-02 12:17:56 UTC (rev 13898)
+++ gnucash/trunk/src/gnome/glade/sched-xact.glade	2006-05-02 19:26:27 UTC (rev 13899)
@@ -3479,7 +3479,7 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="convertwidget148">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">Feb, Apr, Oct</property>
+			      <property name="label" translatable="yes">Feb, Jun, Oct</property>
 			      <property name="use_underline">True</property>
 			    </widget>
 			  </child>
@@ -3487,7 +3487,7 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="convertwidget149">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">Mar, Jun, Nov</property>
+			      <property name="label" translatable="yes">Mar, Jul, Nov</property>
 			      <property name="use_underline">True</property>
 			    </widget>
 			  </child>
@@ -3495,7 +3495,7 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="convertwidget150">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">Apr, Jul, Dec</property>
+			      <property name="label" translatable="yes">Apr, Aug, Dec</property>
 			      <property name="use_underline">True</property>
 			    </widget>
 			  </child>



More information about the gnucash-changes mailing list