From 2b70fe1e31c8751681c29e95ba1a99d6675c60c7 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Fri, 2 Mar 2012 00:01:19 +0100 Subject: Further i18n fixes Signed-off-by: Jan Kara --- repquota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repquota.c') diff --git a/repquota.c b/repquota.c index 8436e66..43de31d 100644 --- a/repquota.c +++ b/repquota.c @@ -293,7 +293,7 @@ static void report_it(struct quota_handle *h, int type) else spacehdr = _("Block"); - printf(_("*** Report for %s quotas on device %s\n"), type2name(type), h->qh_quotadev); + printf(_("*** Report for %s quotas on device %s\n"), _(type2name(type)), h->qh_quotadev); time2str(h->qh_info.dqi_bgrace, bgbuf, TF_ROUND); time2str(h->qh_info.dqi_igrace, igbuf, TF_ROUND); printf(_("Block grace time: %s; Inode grace time: %s\n"), bgbuf, igbuf); -- cgit v1.2.3