gnucash-docs master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Fri Jun 26 16:19:55 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/29715f54 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/5296addd (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/b0924aee (commit)



commit 29715f545cf1f032a6c90f6e1631bc01a29d9be3
Merge: b0924ae 5296add
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Jun 26 22:16:48 2020 +0200

    Merge branch 'maint'


commit 5296addd2daf6b83bd6c69c77da5583bbb7a4050
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Jun 24 23:58:55 2020 +0200

    Right align numerical column in fq-spec-tiaa

diff --git a/help/C/Help_tips-appendix.xml b/help/C/Help_tips-appendix.xml
index fec3897..24241c5 100644
--- a/help/C/Help_tips-appendix.xml
+++ b/help/C/Help_tips-appendix.xml
@@ -2047,15 +2047,18 @@ bogus_symbol2,price2,date2
       <title>Pseudo-symbols that can be used for TIAA-CREF quotes</title>
 
       <tgroup cols="3">
+        <colspec colnum="1"/> <!-- yelp seems to ignore colnum -->
+        <colspec colnum="2"/>
+        <colspec colnum="3" align="right"/>
         <thead>
           <row>
-            <entry>
+            <entry align="center">
               <para>Name</para>
             </entry>
-            <entry>
+            <entry align="center">
               <para>Symbol</para>
             </entry>
-            <entry>
+            <entry align="center">
               <para>bogus</para>
             </entry>
           </row>
diff --git a/help/de/Help_tips-appendix.xml b/help/de/Help_tips-appendix.xml
index 08ba601..6ed3caf 100644
--- a/help/de/Help_tips-appendix.xml
+++ b/help/de/Help_tips-appendix.xml
@@ -2072,15 +2072,18 @@ bogus_symbol2,price2,date2
       <title>Pseudo-Symbole, welche für TIAA-CREF Kursabfragen verwendet werden
         können</title>
       <tgroup cols="3">
+        <colspec colnum="1"/> <!-- yelp seems to ignore colnum -->
+        <colspec colnum="2"/>
+        <colspec colnum="3" align="right"/>
         <thead>
           <row>
-            <entry>
+            <entry align="center">
               <para>Name</para>
             </entry>
-            <entry>
+            <entry align="center">
               <para>Symbol</para>
             </entry>
-            <entry>
+            <entry align="center">
               <para>bogus</para>
             </entry>
           </row>
diff --git a/help/it/gnucash-help.xml b/help/it/gnucash-help.xml
index 1dc825e..5d73e60 100644
--- a/help/it/gnucash-help.xml
+++ b/help/it/gnucash-help.xml
@@ -19850,15 +19850,18 @@ bogus_symbol2,price2,date2
 			<title>Pseudo simboli da utilizzare per le quotazioni TIAA-CREF</title>
 
 			<tgroup cols="3">
-				<thead>
-					<row>
-						<entry>
+        <colspec colnum="1"/> <!-- yelp seems to ignore colnum -->
+        <colspec colnum="2"/>
+        <colspec colnum="3" align="right"/>
+        <thead>
+          <row>
+            <entry align="center">
 							<para>Nome</para>
 						</entry>
-						<entry>
+            <entry align="center">
 							<para>Symbol</para>
 						</entry>
-						<entry>
+            <entry align="center">
 							<para>bogus</para>
 						</entry>
 					</row>
diff --git a/help/pt/Help_tips-appendix.xml b/help/pt/Help_tips-appendix.xml
index a70a950..864f816 100644
--- a/help/pt/Help_tips-appendix.xml
+++ b/help/pt/Help_tips-appendix.xml
@@ -2003,16 +2003,19 @@ símbolo_falso2,cotação2,data2
       <title>Podem ser usados pseudo-símbolos para cotações TIAA-CREF</title>
 
       <tgroup cols="3">
+        <colspec colnum="1"/> <!-- yelp seems to ignore colnum -->
+        <colspec colnum="2"/>
+        <colspec colnum="3" align="right"/>
         <thead>
           <row>
-            <entry>
-              <para>Nome</para>
+            <entry align="center">
+              <para>Name</para>
             </entry>
-            <entry>
-              <para>Símbolo</para>
+            <entry align="center">
+              <para>Symbol</para>
             </entry>
-            <entry>
-              <para>fictício</para>
+            <entry align="center">
+              <para>bogus</para>
             </entry>
           </row>
         </thead>



Summary of changes:
 help/C/Help_tips-appendix.xml  |  9 ++++++---
 help/de/Help_tips-appendix.xml |  9 ++++++---
 help/it/gnucash-help.xml       | 13 ++++++++-----
 help/pt/Help_tips-appendix.xml | 15 +++++++++------
 4 files changed, 29 insertions(+), 17 deletions(-)



More information about the gnucash-changes mailing list