diff --git a/src/gramps.glade b/src/gramps.glade index dcb8ec771..5db734bee 100644 --- a/src/gramps.glade +++ b/src/gramps.glade @@ -653,7 +653,7 @@ True - Make the home person the active person + Make the Home Person the active person Home True gtk-home diff --git a/src/po/Makefile.am b/src/po/Makefile.am index 37d9e9d8f..975145e5b 100644 --- a/src/po/Makefile.am +++ b/src/po/Makefile.am @@ -20,4 +20,4 @@ uninstall-local: SUFFIXES = .po .mo .po.mo: - ${MSGFMT} -v -c $< -o $@ + ${MSGFMT} -v $< -o $@