* src/gramps.glade: Add Alternative Family View tab.

svn: r2043
This commit is contained in:
Alex Roitman
2003-08-25 18:33:52 +00:00
parent 313faca8da
commit 2038fb4997
3 changed files with 741 additions and 2 deletions

View File

@@ -147,7 +147,9 @@ class PlaceView:
if len(mlist) != 2:
msg = _("Cannot merge places.")
msg2 = _("Exactly two places must be selected to perform a merge.")
msg2 = _("Exactly two places must be selected to perform a merge. "
"A second place can be selected by holding down the "
"control key while clicking on a the desired place.")
ErrorDialog(msg,msg2)
else:
import MergeData