-- http://www.fastmail.fm - Send your email first class
From 9e84b8a40ff2825fae5d2e35f777c5cfeaff99bd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> 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 <bensberg@xxxxxxxxxxxxx> --- 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 <inode> -> i_dir_acl\n", "#. %Iu <inode> -> i_uid\n", "#. %Ig <inode> -> i_gid\n", + "#. %It <str> file type\n", "#. %j <ino2> inode number\n", "#. %m <com_err error message>\n", "#. %N <num>\n", -- 1.7.0.4