]> git.sur5r.net Git - bacula/bacula/commitdiff
fix
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Jul 2009 19:57:45 +0000 (21:57 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 3 Aug 2009 14:39:20 +0000 (16:39 +0200)
bacula/src/dird/ua_restore.c

index f6eb76c99d427e3647c3563c12ae91ae7c3f048e..ac017df00ffc4ec8a86a66c9c2b2950575fda613 100644 (file)
@@ -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);
       }