From ae3d5a772df6b658ca9dc086927d242016f0f03e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 7 Dec 2012 15:50:21 +0100 Subject: [PATCH] Enhance mount message to include read/append --- bacula/src/stored/askdir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index a5ac547be5..e48c00d14e 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -619,13 +619,13 @@ bool dir_ask_sysop_to_mount_volume(DCR *dcr, int mode) if (!dev->poll && (stat == W_TIMEOUT || stat == W_MOUNT)) { char *msg; if (mode == ST_APPEND) { - msg = _("Please mount Volume \"%s\" or label a new one for:\n" + msg = _("Please mount append Volume \"%s\" or label a new one for:\n" " Job: %s\n" " Storage: %s\n" " Pool: %s\n" " Media type: %s\n"); } else { - msg = _("Please mount Volume \"%s\" for:\n" + msg = _("Please mount read Volume \"%s\" for:\n" " Job: %s\n" " Storage: %s\n" " Pool: %s\n" -- 2.39.2