* src/GrampsLogger/_ErrorReportAssistant.py (build_page5): Typo.
svn: r7116
This commit is contained in:
parent
451688b309
commit
82c267cc7d
@ -1,4 +1,5 @@
|
|||||||
2006-08-03 Alex Roitman <shura@gramps-project.org>
|
2006-08-03 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/GrampsLogger/_ErrorReportAssistant.py (build_page5): Typo.
|
||||||
* src/Filters/Rules/Person/_HasIdOf.py: Cleanup.
|
* src/Filters/Rules/Person/_HasIdOf.py: Cleanup.
|
||||||
* src/Filters/Rules/Person/__init__.py (editor_rule_list): Add
|
* src/Filters/Rules/Person/__init__.py (editor_rule_list): Add
|
||||||
RegExpIdOf.
|
RegExpIdOf.
|
||||||
|
@ -380,9 +380,12 @@ class ErrorReportAssistant:
|
|||||||
return box
|
return box
|
||||||
|
|
||||||
def build_page5(self):
|
def build_page5(self):
|
||||||
label = gtk.Label("%s <i>%s</i>" % (_("Use one of the two methods below to send the "\
|
label = gtk.Label(
|
||||||
"bug report to the Gramp bug reporting mailing "\
|
"%s <i>%s</i>" %
|
||||||
"list at "),"gramps-bugs@lists.sourceforge.net."))
|
(_("Use one of the two methods below to send the "\
|
||||||
|
"bug report to the Gramps bug reporting mailing "\
|
||||||
|
"list at "),
|
||||||
|
"gramps-bugs@lists.sourceforge.net."))
|
||||||
label.set_alignment(0.01,0.5)
|
label.set_alignment(0.01,0.5)
|
||||||
label.set_padding(0, 4)
|
label.set_padding(0, 4)
|
||||||
label.set_line_wrap(True)
|
label.set_line_wrap(True)
|
||||||
|
Loading…
Reference in New Issue
Block a user