| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 2/3] [QUOTA]: Apply translation to two more strings. |
| From: | Arkadiusz Miśkiewicz <arekm@xxxxxxxx> |
| Date: | Thu, 29 Jan 2009 09:16:17 +0100 |
| Cc: | arekm@xxxxxxxxxxxxxxxxxxx, Arkadiusz Miśkiewicz <arekm@xxxxxxxx> |
| In-reply-to: | <1233216978-22645-1-git-send-email-arekm@xxxxxxxx> |
| References: | <1233216978-22645-1-git-send-email-arekm@xxxxxxxx> |
Signed-off-by: Arkadiusz Miśkiewicz <arekm@xxxxxxxx>
---
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] [MAN]: Document new project quota options (-d and -p)., Arkadiusz Miśkiewicz |
|---|---|
| Next by Date: | [PATCH 3/3] [PO]: Update Polish translation., Arkadiusz Miśkiewicz |
| Previous by Thread: | [PATCH 1/3] [PO]: Switch Polish translation to UTF-8., Arkadiusz Miśkiewicz |
| Next by Thread: | [PATCH 3/3] [PO]: Update Polish translation., Arkadiusz Miśkiewicz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |