From: Eric Bollengier Date: Sun, 18 Oct 2009 09:31:19 +0000 (+0000) Subject: fix typo in ActionOnPurge X-Git-Tag: Release-5.0.0~282^2~13^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f4082f0308d2d94ceb1c0c84740cde2ad7880001;p=bacula%2Fbacula fix typo in ActionOnPurge --- diff --git a/bacula/src/dird/ua_update.c b/bacula/src/dird/ua_update.c index 02b33510ef..a1cb002f4a 100644 --- a/bacula/src/dird/ua_update.c +++ b/bacula/src/dird/ua_update.c @@ -818,7 +818,7 @@ static int update_volume(UAContext *ua) pm_strcpy(ret, ""); ua->info_msg(_("Current ActionOnPurge is: %s\n"), aop_to_str(mr.ActionOnPurge, ret)); - if (!get_cmd(ua, _("Enter new ActionOnPurge: (one of: Truncate, None) "))) { + if (!get_cmd(ua, _("Enter new ActionOnPurge (one of: Truncate, None): "))) { return 0; }