From: Eric Bollengier Date: Thu, 30 Jul 2009 19:57:45 +0000 (+0200) Subject: fix X-Git-Tag: Release-5.0.0~355 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4435262119a957b30a68ce55e092543d3e455603;p=bacula%2Fbacula fix --- 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); }