From: Dirk H Bartley Date: Wed, 23 Jul 2008 01:47:13 +0000 (+0000) Subject: Purged was missed, Adding here. X-Git-Tag: Release-7.0.0~4276 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b16e1fe5e64790c79ae836e6f34079ae613b8d48;p=bacula%2Fbacula Purged was missed, Adding here. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7417 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/util.c b/bacula/src/lib/util.c index a9ceedbc42..86d0760338 100644 --- a/bacula/src/lib/util.c +++ b/bacula/src/lib/util.c @@ -433,6 +433,7 @@ const char *volume_status_to_str(const char *status) NT_("Full"), _("Full"), NT_("Used"), _("Used"), NT_("Cleaning"), _("Cleaning"), + NT_("Purged"), _("Purged"), NT_("Recycle"), _("Recycle"), NT_("Read-Only"), _("Read-Only"), NT_("Error"), _("Error"),