From 9e84b8a40ff2825fae5d2e35f777c5cfeaff99bd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 1 Jun 2014 14:51:01 +0200 Subject: [PATCH 06/14] po: add %It to the list of recognized expansions Signed-off-by: Benno Schulenberg --- po/at-expand.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/po/at-expand.pl b/po/at-expand.pl index 95437de..2b35c9e 100644 --- a/po/at-expand.pl +++ b/po/at-expand.pl @@ -48,6 +48,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.7.0.4