From 4c3a47dd2ff8f088afddbd37eef0f9ca6626601d Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 22 Nov 2022 16:39:30 +0100 Subject: [PATCH] Fix #2962 Change btape sample output message --- bacula/src/stored/btape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index f31f1cc5f..e36a710a2 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -1793,7 +1793,7 @@ failed: } all_done: - Pmsg0(-1, _("\nThe above Bacula scan should have output identical to what follows.\n" + Pmsg0(-1, _("\nThe above Bacula scan should have output similar to what follows.\n" "Please double check it ...\n" "=== Sample correct output ===\n" "1 block of 64448 bytes in file 1\n" -- 2.47.3