* src/Plugins.py: Fix label for the tools dialog.
* src/gramps.glade: Add accelerators to filter controls. * src/places.glade: Fix accelerator in Edit Plase dialog. * src/gramps_main.py: Typo. * src/PlaceView.py: Likewise. * src/GenericFilter.py: Likewise. * src/gramps_main.py: fixed delete person problem. svn: r2187
This commit is contained in:
@@ -736,7 +736,7 @@ class Gramps:
|
||||
msg = _("Cannot merge people.")
|
||||
msg2 = _("Exactly two people must be selected to perform a merge. "
|
||||
"A second person can be selected by holding down the "
|
||||
"control key while clicking on a the desired person.")
|
||||
"control key while clicking on the desired person.")
|
||||
ErrorDialog(msg,msg2)
|
||||
else:
|
||||
import MergeData
|
||||
|
||||
Reference in New Issue
Block a user