2006-07-31 Don Allingham <don@gramps-project.org>

* src/plugins/FindDupes.py: Fix title (bug 314) 



svn: r7102
This commit is contained in:
Don Allingham 2006-08-01 03:41:43 +00:00
parent e5bf432539
commit 56c4f318e7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-07-31 Don Allingham <don@gramps-project.org>
* src/plugins/FindDupes.py: Fix title (bug 314)
2006-07-31 Alex Roitman <shura@gramps-project.org>
* src/plugins/Makefile.am (pkgdata_PYTHON): Remove unsupported reports.
* src/UndoHistory.py (UndoHistory._build_model): Only show the

View File

@ -130,7 +130,8 @@ class Merge(Tool.Tool,ManagedWindow.ManagedWindow):
self.menu.set_menu(my_menu)
window = top.get_widget('dialog')
self.set_window(window, top.get_widget('title'),_('Merge people'))
self.set_window(window, top.get_widget('title'),
_('Find possible duplicate people'))
top.signal_autoconnect({
"on_merge_ok_clicked" : self.on_merge_ok_clicked,