[PATCH 2/3] [QUOTA]: Apply translation to two more strings.

Arkadiusz Miśkiewicz arekm at maven.pl
Thu Jan 29 02:16:17 CST 2009


Signed-off-by: Arkadiusz Miśkiewicz <arekm at maven.pl>
---
 quota/project.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/quota/project.c b/quota/project.c
index 0f7a9e2..151016c 100644
--- a/quota/project.c
+++ b/quota/project.c
@@ -270,7 +270,7 @@ project(
 
 	printf(_("Processed %d (%s and cmdline) paths for project %s with recursion depth %s (%d).\n"),
 		 count, projects_file, project,
-		 recurse_depth < 0 ? "infinite" : "limited", recurse_depth);
+		 recurse_depth < 0 ? _("infinite") : _("limited"), recurse_depth);
 }
 
 static int
-- 
1.6.1.1




More information about the xfs mailing list