From: Kern Sibbald Date: Fri, 25 Jul 2008 06:17:18 +0000 (+0000) Subject: Change text X-Git-Tag: Release-3.0.0~1114 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59f1e296fb3cc7ee008f2de545048f42cf0d9931;p=bacula%2Fbacula Change text git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7434 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/status.c b/bacula/src/stored/status.c index 8812810c64..a665e250d0 100644 --- a/bacula/src/stored/status.c +++ b/bacula/src/stored/status.c @@ -97,7 +97,7 @@ void output_status(STATUS_PKT *sp) list_devices(sp); - len = Mmsg(msg, _("In Use Volume status:\n")); + len = Mmsg(msg, _("Used Volume status:\n")); if (!sp->api) sendit(msg, len, sp); list_volumes(sendit, (void *)sp);