2006-10-29 Don Allingham <don@gramps-project.org>

* help/C/gramps.xml: fix <warning>



svn: r7498
This commit is contained in:
Don Allingham 2006-10-29 21:39:30 +00:00
parent ee04160495
commit 648d21a8fc
3 changed files with 17 additions and 16 deletions

View File

@ -1,3 +1,6 @@
2006-10-29 Don Allingham <don@gramps-project.org>
* help/C/gramps.xml: fix <warning>
2006-10-29 Alex Roitman <shura@gramps-project.org>
* src/plugins/rel_da.py: Add more locales.

View File

@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE(1.6.3)
AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT
RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=1
dnl RELEASE=0.SVN$(svnversion -n .)
RELEASE=1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"

View File

@ -5988,22 +5988,20 @@
<para>This option controls the enabling and disabling of
transactions during database operations.
</para>
<warning>
<para>Care must be taken with selecting this option. By default,
transactions are enabled. This improves database performance
and protects database integrity. However, if your system is using
a version of the Python language prior to version 2.5, your
database will not be portable to other machines, and if you want
to transfer your data to another machine, you will need to export
using the GRAMPS XML format. Disabling this option will allow
databases to be portable, but at a risk of database integrity
problems.
</para>
</warning>
</listitem>
<warning>
<para>Care must be taken with selecting this option. By default,
transactions are enabled. This improves database performance
and protects database integrity. However, if your system is using
a version of the Python language prior to version 2.5, your
database will not be portable to other machines, and if you want
to transfer your data to another machine, you will need to export
using the GRAMPS XML format. Disabling this option will allow
databases to be portable, but at a risk of database integrity
problems.
</para>
</warning>
</varlistentry>
</variablelist>
</sect2>