From 4435262119a957b30a68ce55e092543d3e455603 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 30 Jul 2009 21:57:45 +0200 Subject: [PATCH] fix --- bacula/src/dird/ua_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index f6eb76c99d..ac017df00f 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -1337,7 +1337,7 @@ static bool select_backups_before_date(UAContext *ua, RESTORE_CTX *rx, char *dat if (*rx->BaseJobIds) { POOL_MEM buf; Mmsg(buf, uar_print_jobs, rx->BaseJobIds); - ua->send_msg(_("The restore will use the following jobs as Base\n")); + ua->send_msg(_("The restore will use the following job(s) as Base\n")); db_list_sql_query(ua->jcr, ua->db, buf.c_str(), prtit, ua, 1, HORZ_LIST); } -- 2.39.5