diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-20 17:57:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-20 17:57:38 +0000 |
commit | ad8d58c1fc41c3c9cba9fda41dfc401b333c71cf (patch) | |
tree | a40664c5e293a5c733f7ced89ebd3bbbbcef2d74 /sunrpc/rpc_main.c | |
parent | 3372bbf8408a1f3c79684358bc4314fb0efc75bd (diff) | |
download | glibc-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/rpc_main.c')
-rw-r--r-- | sunrpc/rpc_main.c | 2 |
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 (); |