This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 6e501ffe338bccb1c49fba252646e0eda908b6b2 Author: Miriam Ruiz <[email protected]> Date: Sun Jun 17 18:27:24 2007 +0000 Updated i18n patch --- debian/patches/i18n.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/i18n.patch b/debian/patches/i18n.patch index 8899eb7..5710e37 100644 --- a/debian/patches/i18n.patch +++ b/debian/patches/i18n.patch @@ -319,7 +319,7 @@ void help () { -- printf ("FPG Utility - Copyright (C) 1999 Jose Luis Cebrian Pague\n" +- printf ("FPG Utility - Copyright (C) 1999 Jos� Luis Cebri�n Pag�e\n" - "This utility comes with ABSOLUTELY NO WARRANTY; fpg -h for details\n\n") ; + printf (_("FPG Utility - Copyright (C) 1999 Jose Luis Cebrian Pague\n" + "This utility comes with ABSOLUTELY NO WARRANTY; fpg -h for details\n\n")) ; @@ -647,7 +647,7 @@ char stubname[256] = ""; int i, j ; -- printf (FXC_VERSION " - Copyright (C) 1999 Jose Luis Cebrian Pague\n") ; +- printf (FXC_VERSION " - Copyright (C) 1999 José Luis Cebrián Pagüe\n") ; - printf ("Fenix comes with ABSOLUTELY NO WARRANTY; see COPYING for details\n\n") ; +#ifdef USE_GETTEXT + setlocale (LC_MESSAGES, ""); @@ -3442,7 +3442,7 @@ void help () { -- printf ("MAP Utility v0.75\nCopyright (C) 1999 Jose Luis Cebrian Pague\nCopyright (C) 2002 Fenix Team\n" +- printf ("MAP Utility v0.75\nCopyright (C) 1999 Jos� Luis Cebri�n Pag�e\nCopyright (C) 2002 Fenix Team\n" - "This utility comes with ABSOLUTELY NO WARRANTY; map -h for details\n\n") ; + printf (_("MAP Utility v0.75\nCopyright (C) 1999 Jose Luis Cebrian Pague\n" + "Copyright (C) 2002 Fenix Team\n" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

