r14605 - gnucash/branches/2.0/src/gnome/schemas - Fix wording of gconf key descriptions according to discussion in wiki. Back-ported from trunk, r14600.

Christian Stimming cstim at cvs.gnucash.org
Tue Aug 8 04:57:02 EDT 2006


Author: cstim
Date: 2006-08-08 04:57:01 -0400 (Tue, 08 Aug 2006)
New Revision: 14605
Trac: http://svn.gnucash.org/trac/changeset/14605

Modified:
   gnucash/branches/2.0/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in
Log:
Fix wording of gconf key descriptions according to discussion in wiki. Back-ported from trunk, r14600.

Modified: gnucash/branches/2.0/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in
===================================================================
--- gnucash/branches/2.0/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in	2006-08-08 08:52:53 UTC (rev 14604)
+++ gnucash/branches/2.0/src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in	2006-08-08 08:57:01 UTC (rev 14605)
@@ -11,10 +11,11 @@
       <locale name="C">
         <short>Show "since last run" dialog when a file is opened.</short>
         <long>
-	  Whether or not to show scheduled transactions "since last
-	  run" dialog when a data file is opened.  This includes the
-	  initial data file open when GnuCash starts.  A value of TRUE
-	  says to show the dialog; FALSE says not to show the dialog.
+	  This setting controls whether the scheduled transactions
+	  "since last run" dialog is shown automatically when a data file is
+	  opened.  This includes the initial opening of the data
+	  file when GnuCash starts.  If this setting is active,
+	  show the dialog, otherwise it is not shown.
 	</long>
       </locale>
     </schema>
@@ -28,10 +29,10 @@
       <locale name="C">
         <short>Set the "auto create" flag by default</short>
         <long>
-	  If set to TRUE then any newly created scheduled transactions
-	  will have its 'auto create' flag set by default.  The user
-	  can change this pre-transaction flag during transaction
-	  creation, or at any later time by editing the transaction.
+	  If active, any newly created scheduled transaction will
+	  have its 'auto create' flag set active by default. The user
+	  can change this flag during transaction creation, or at
+	  any later time by editing the scheduled transaction.
 	</long>
       </locale>
     </schema>
@@ -57,12 +58,12 @@
       <locale name="C">
         <short>Set the "notify" flag by default</short>
         <long>
-	  If set to TRUE then any newly created scheduled transactions
-	  will have its 'notify' flag set by default.  The user can
-	  change this pre-transaction flag during transaction
-	  creation, or at any later time by editing the transaction.
-	  This setting only has meaning of the create_auto setting is
-	  TRUE.
+	  If active, any newly created scheduled transaction will
+	  have its 'notify' flag set by default.  The user can
+	  change this flag during transaction creation, or at any
+	  later time by editing the scheduled transaction. This
+	  setting only has meaning of the create_auto setting is
+	  active.
 	</long>
       </locale>
     </schema>



More information about the gnucash-changes mailing list