df: add comments to help translators align column headers
authorStéphane Raimbault <stephane.raimbault@makina-corpus.com>
Thu, 31 Dec 2009 15:55:48 +0000 (16:55 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 1 Jan 2010 13:06:46 +0000 (14:06 +0100)
* src/df.c (print_header): Add a comment telling translators to
retain the message length, and another to align header translations.

src/df.c

index 411e61a48adfebb0916361f20ab92bc866c5e22a..a80d7951d14c2a997fd39cfe4ccdb5d5bee761d2 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -148,11 +148,19 @@ print_header (void)
   char buf[MAX (LONGEST_HUMAN_READABLE + 1, INT_BUFSIZE_BOUND (uintmax_t))];
 
   if (print_type)
+    /* TRANSLATORS:
+       For best results (df header/column alignment), ensure that
+       your translation has the same length as the original.  */
     fputs (_("Filesystem    Type"), stdout);
   else
     fputs (_("Filesystem        "), stdout);
 
   if (inode_format)
+    /* TRANSLATORS:
+       For best results (df header/column alignment), ensure that
+       your translation has the same length as the original.
+       Also, each column name translation should end at the same
+       column as the corresponding original.  */
     printf (_("    Inodes   IUsed   IFree IUse%%"));
   else if (human_output_opts & human_autoscale)
     {