gnucash master: Improve messages in account hierarchy assistant.

Geert Janssens gjanssens at code.gnucash.org
Mon Aug 25 11:03:57 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/b69fe381 (commit)
	from  https://github.com/Gnucash/gnucash/commit/dd10aab5 (commit)



commit b69fe381df190c8f2fb6c0d3b3778460ecea4f1b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Aug 25 16:56:57 2014 +0200

    Improve messages in account hierarchy assistant.
    
    Inspired on a proposal by Jeff Kletsky <gnucash at allycomm.com> from 2010...

diff --git a/src/gnome/gtkbuilder/assistant-hierarchy.glade b/src/gnome/gtkbuilder/assistant-hierarchy.glade
index c97ac0c..fcc97d1 100644
--- a/src/gnome/gtkbuilder/assistant-hierarchy.glade
+++ b/src/gnome/gtkbuilder/assistant-hierarchy.glade
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy toplevel-contextual -->
@@ -19,6 +19,8 @@
         <property name="can_focus">False</property>
         <property name="label" translatable="yes">This assistant will help you create a set of GnuCash accounts for your assets (such as investments, checking or savings accounts), liabilities (such as loans) and different kinds of income and expenses you might have.
 
+You can pick a set of accounts here that seem close to your needs. After the assistant completes you will be able to add, rename, modify, and remove accounts, at any time later on. You will also be able to add sub-accounts, as well as move accounts (along with their sub-accounts) from one parent to another.
+
 Click 'Cancel'  if you do not wish to create any new accounts now.</property>
         <property name="wrap">True</property>
       </object>
@@ -109,7 +111,10 @@ Please choose the currency to use for new accounts.</property>
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="label" translatable="yes">
-Select categories that correspond to the ways that you will use GnuCash. Each category you select will cause several accounts to be created. Select the categories that are relevant to you. You can always create additional accounts by hand later.</property>
+Select categories that correspond to the ways that you foresee you will use GnuCash. Each category you select will cause several accounts to be created.
+
+<b>Note:</b> the selection you make here is only the starting point for your personalized account hierarchy. Accounts can be added, renamed, moved, or deleted by hand later at any time.</property>
+            <property name="use_markup">True</property>
             <property name="wrap">True</property>
             <property name="width_chars">75</property>
           </object>
@@ -383,8 +388,9 @@ Some accounts are marked as "Placeholder". Placeholder accounts are used to crea
 
 If you would like an account to have an opening balance, click on the row containing the account, then click on the opening balance field and enter the starting balance.
 
-Note: all accounts except Equity and placeholder accounts may have an opening balance.
+<b>Note:</b> all accounts except Equity and placeholder accounts may have an opening balance.
 </property>
+            <property name="use_markup">True</property>
             <property name="wrap">True</property>
             <property name="width_chars">75</property>
           </object>



Summary of changes:
 src/gnome/gtkbuilder/assistant-hierarchy.glade | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list