summaryrefslogtreecommitdiff
path: root/repquota.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2012-03-02 00:01:19 +0100
committerJan Kara <jack@suse.cz>2012-03-02 00:01:19 +0100
commit2b70fe1e31c8751681c29e95ba1a99d6675c60c7 (patch)
tree2bc89c1e4e101dd3a2fb797b8393039c8f924194 /repquota.c
parent3ff187335dcc4862d109cbe8c8c4d7535e969d91 (diff)
Further i18n fixes
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'repquota.c')
-rw-r--r--repquota.c2
1 files changed, 1 insertions, 1 deletions
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);