]> Dogcows Code - chaz/tar/blobdiff - src/rmt.c
Don't translate "Copyright".
[chaz/tar] / src / rmt.c
index f487b2c39e3ec3e7394adf03b729f7c18632147b..79a933dcf6562a17d27fd8835f78069edf708776 100644 (file)
--- a/src/rmt.c
+++ b/src/rmt.c
@@ -293,8 +293,8 @@ main (int argc, char *const *argv)
       
     case 'v':
       {
-       printf ("rmt (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION);
-       printf (_("Copyright (C) %d Free Software Foundation, Inc.\n"), 2003);
+       printf ("rmt (%s) %s\n%s\n", PACKAGE_NAME, PACKAGE_VERSION,
+               "Copyright (C) 2003 Free Software Foundation, Inc.");
        puts (_("\
 This program comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute it under the terms of the GNU General Public License;\n\
This page took 0.022398 seconds and 4 git commands to generate.