Typos
svn: r1525
This commit is contained in:
parent
f8c06e2e0f
commit
d5272fd396
@ -148,7 +148,7 @@ class CheckIntegrity:
|
|||||||
_('The database has passed internal checks'))
|
_('The database has passed internal checks'))
|
||||||
return
|
return
|
||||||
|
|
||||||
text = cStringIO.StringIO;
|
text = cStringIO.StringIO()
|
||||||
if blink > 0:
|
if blink > 0:
|
||||||
if blink == 1:
|
if blink == 1:
|
||||||
text.write(_("1 broken child/family link was fixed\n"))
|
text.write(_("1 broken child/family link was fixed\n"))
|
||||||
@ -211,7 +211,8 @@ class CheckIntegrity:
|
|||||||
textwindow = topDialog.get_widget("textwindow")
|
textwindow = topDialog.get_widget("textwindow")
|
||||||
|
|
||||||
Utils.set_titles(top,topDialog.get_widget("title"),title)
|
Utils.set_titles(top,topDialog.get_widget("title"),title)
|
||||||
textwindow.get_buffer().set_text(text.get_value())
|
textwindow.get_buffer().set_text(text.getvalue())
|
||||||
|
text.close()
|
||||||
top.show()
|
top.show()
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user