* src/filters/MatchSndEx2.py: Typo.

* src/plugins/RelGraph.py: Typo.
* src/plugins/book.glade: Remove initial text from the labels.
* src/po/template.po: Updated translation template for 0.98.0.
* src/po/ru.po: Russian translation for 0.98.0.


svn: r2403
This commit is contained in:
Alex Roitman
2003-11-30 02:54:54 +00:00
parent 2992295ee8
commit 3da8a885a1
6 changed files with 2208 additions and 2058 deletions

View File

@@ -19,6 +19,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
"Generate files/Relationship graph"
#------------------------------------------------------------------------
@@ -208,7 +210,7 @@ class RelGraphDialog(Report.ReportDialog):
self.add_frame_option(_("GraphViz Options"), '',
self.show_as_stack_cb,
_("The main individual is shown along with "
"their spuses in a stack."))
"their spouses in a stack."))
self.show_families_cb = gtk.CheckButton(_("Show family nodes"))
self.show_families_cb.set_active(self.ShowFamilies)