From fe2675fcd256dbd5fd33c10a94ed6c58f4bb5c5b Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Wed, 29 Feb 2012 23:32:59 +0100 Subject: Typo fixes, message changes for easier i18n Signed-off-by: Jan Kara --- quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quota.c') diff --git a/quota.c b/quota.c index a154f21..56e71a8 100644 --- a/quota.c +++ b/quota.c @@ -121,7 +121,7 @@ static void heading(int type, qid_t id, char *name, char *tag) else spacehdr = _("blocks"); - printf(_("Disk quotas for %s %s (%cid %u): %s\n"), type2name(type), + printf(_("Disk quotas for %s %s (%cid %u): %s\n"), _(type2name(type)), name, *type2name(type), (uint) id, tag); if (!(flags & FL_QUIET) && !tag[0]) { printf("%15s%8s %7s%8s%8s%8s %7s%8s%8s\n", _("Filesystem"), -- cgit v1.2.3