]> git.sur5r.net Git - bacula/bacula/commitdiff
fix typo in ActionOnPurge
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Oct 2009 09:31:19 +0000 (09:31 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Oct 2009 09:31:19 +0000 (09:31 +0000)
bacula/src/dird/ua_update.c

index 02b33510ef6398e13d0245829b1aa246a798d8de..a1cb002f4a0ce1115cf049b0e1b1b3c2afb06679 100644 (file)
@@ -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;
         }