Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=0e7850ea1219085456d18fe2b926656e31de1b74
commit 0e7850ea1219085456d18fe2b926656e31de1b74 Author: Priyank <[EMAIL PROTECTED]> Date: Tue Sep 11 20:23:09 2007 +0530 gfpm-about: don't use gettext() for translator-credits diff --git a/src/gfpm-about.c b/src/gfpm-about.c index e104a3f..7753d68 100644 --- a/src/gfpm-about.c +++ b/src/gfpm-about.c @@ -75,7 +75,7 @@ gfpm_about (void) "license", license, "authors", authors, "artists", artists, - "translator-credits", _(translators), + "translator-credits", translators, "website", "http://www.frugalware.org/", "website-label", "http://www.frugalware.org/", "logo", about_pixbuf, _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
