about summary refs log tree commit diff
path: root/sunrpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-20 17:57:38 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-20 17:57:38 +0000
commitad8d58c1fc41c3c9cba9fda41dfc401b333c71cf (patch)
treea40664c5e293a5c733f7ced89ebd3bbbbcef2d74 /sunrpc
parent3372bbf8408a1f3c79684358bc4314fb0efc75bd (diff)
downloadglibc-ad8d58c1fc41c3c9cba9fda41dfc401b333c71cf.tar.gz
glibc-ad8d58c1fc41c3c9cba9fda41dfc401b333c71cf.tar.xz
glibc-ad8d58c1fc41c3c9cba9fda41dfc401b333c71cf.zip
Update.
2000-02-20  Ulrich Drepper  <drepper@redhat.com>

	* sunrpc/rpc_main.c (checkfiles): Add comment to help translators.

	* po/de.po: Update from translation team.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/rpc_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
index 5c6d9569ae..e020ef030f 100644
--- a/sunrpc/rpc_main.c
+++ b/sunrpc/rpc_main.c
@@ -1148,6 +1148,8 @@ checkfiles (const char *infile, const char *outfile)
       else
 	{
 	  fprintf (stderr,
+		   /* TRANS: the file will not be removed; this is an
+		      TRANS: informative message.  */
 		   _("file `%s' already exists and may be overwritten\n"),
 		   outfile);
 	  crash ();