typos
svn: r19368
This commit is contained in:
@@ -41,7 +41,7 @@ from QuickReports import run_quick_report_by_name
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# AgeOnDateGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class AgeOnDateGramplet(Gramplet):
|
||||
|
||||
@@ -30,7 +30,7 @@ import gen.lib
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# CalendarGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class CalendarGramplet(Gramplet):
|
||||
|
||||
@@ -42,7 +42,7 @@ from gen.utils import get_birth_or_fallback, get_death_or_fallback
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# PedigreeGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class PedigreeGramplet(Gramplet):
|
||||
|
||||
@@ -35,7 +35,7 @@ from gen.ggettext import sgettext as _
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# PluginManagerGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class PluginManagerGramplet(Gramplet):
|
||||
|
||||
@@ -42,7 +42,7 @@ from gen.plug import (CATEGORY_QR_PERSON, CATEGORY_QR_FAMILY,
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# QuickViewGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class QuickViewGramplet(Gramplet):
|
||||
|
||||
@@ -29,7 +29,7 @@ from gen.display.name import displayer as name_displayer
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# RelativesGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class RelativesGramplet(Gramplet):
|
||||
|
||||
@@ -35,7 +35,7 @@ from Utils import family_name
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# LogGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class LogGramplet(Gramplet):
|
||||
|
||||
@@ -46,7 +46,7 @@ _YIELD_INTERVAL = 200
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# StatsGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class StatsGramplet(Gramplet):
|
||||
|
||||
@@ -54,7 +54,7 @@ def make_tag_size(n, counts, mins=8, maxs=20):
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# SurnameCloudGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class SurnameCloudGramplet(Gramplet):
|
||||
|
||||
@@ -28,7 +28,7 @@ from gen.ggettext import sgettext as _
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# TODOGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class TODOGramplet(Gramplet):
|
||||
|
||||
@@ -39,7 +39,7 @@ _YIELD_INTERVAL = 350
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Gramplet class
|
||||
# TopSurnamesGramplet class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class TopSurnamesGramplet(Gramplet):
|
||||
|
||||
@@ -75,7 +75,7 @@ _ARROWS = [ { 'name' : _("Descendants <- Ancestors"), 'value' : 'd' },
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Report class
|
||||
# RelGraphReport class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class RelGraphReport(Report):
|
||||
@@ -453,7 +453,7 @@ class RelGraphReport(Report):
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# Options class
|
||||
# RelGraphOptions class
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class RelGraphOptions(MenuReportOptions):
|
||||
|
||||
Reference in New Issue
Block a user