From f3afa50c8a131629dd1c410395a6f00011c8f6c7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 25 Jul 2008 06:16:09 +0000 Subject: [PATCH] Change text git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7433 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/status.c b/bacula/src/stored/status.c index aa0a73218f..d50bc19e05 100644 --- a/bacula/src/stored/status.c +++ b/bacula/src/stored/status.c @@ -198,7 +198,7 @@ void output_status(void sendit(const char *msg, int len, void *sarg), void *arg) } } sendit("====\n\n", 6, arg); - len = Mmsg(msg, _("In Use Volume status:\n")); + len = Mmsg(msg, _("Used Volume status:\n")); sendit(msg, len, arg); list_volumes(sendit, arg); sendit("====\n\n", 6, arg); -- 2.39.5