changeset 149:dfc22cead576

2003-04-27 Christian Rose <menthos@menthos.com> * lib/rfc959.c: Fix bug #111090 by adding /* xgettext:no-c-format */ comment. This trivial bug prevented any full localization of gftp.
author menthos
date Sun, 27 Apr 2003 14:34:16 +0000
parents c8c4567a872e
children 662aa96e417c
files ChangeLog lib/rfc959.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 27 12:54:40 2003 +0000
+++ b/ChangeLog	Sun Apr 27 14:34:16 2003 +0000
@@ -1,3 +1,9 @@
+2003-04-27  Christian Rose  <menthos@menthos.com>
+
+	* lib/rfc959.c: Fix bug #111090 by adding
+	/* xgettext:no-c-format */ comment. This trivial bug prevented any
+	full localization of gftp.
+
 2003-4-25 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c - added IPV6 support (RFC2428). The only part of the
 	project that isn't IPV6 ready is the proxy comparsion functions.
@@ -789,7 +795,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.74 2003/04/26 15:26:40 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.75 2003/04/27 14:34:15 menthos Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/lib/rfc959.c	Sun Apr 27 12:54:40 2003 +0000
+++ b/lib/rfc959.c	Sun Apr 27 14:34:16 2003 +0000
@@ -60,6 +60,7 @@
   
   {"proxy_config", N_("Proxy server type:"),
    gftp_option_type_textcomboedt, "", gftp_proxy_type, 0,
+   /* xgettext:no-c-format */
    N_("This specifies how your proxy server expects us to log in. You can specify a 2 character replacement string prefixed by a % that will be replaced with the proper data. The first character can be either p for proxy or h for the host of the FTP server. The second character can be u (user), p (pass), h (host), o (port) or a (account). For example, to specify the proxy user, you can you type in %pu"), 
    GFTP_PORT_ALL, NULL},