From 1c97e615f3f5269bc89e6aef82b148173f1c598c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 1 Jun 2014 23:29:50 +0200 Subject: [PATCH] po: add %It to the list of recognized expansions Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- po/at-expand.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/po/at-expand.pl b/po/at-expand.pl index 3786ee1..d4427b5 100644 --- a/po/at-expand.pl +++ b/po/at-expand.pl @@ -45,6 +45,7 @@ my @translator_help = ( "#. %Id -> i_dir_acl\n", "#. %Iu -> i_uid\n", "#. %Ig -> i_gid\n", + "#. %It file type\n", "#. %j inode number\n", "#. %m \n", "#. %N \n", -- 1.8.3.1