From dc78c6ed0ff121bb67c4fb445c15073d6147f627 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Thu, 10 Apr 2003 03:05:22 +0000 Subject: [PATCH] msgfmt does not use -c svn: r1434 --- src/gramps.glade | 2 +- src/po/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 $@