From: Kern Sibbald Date: Fri, 7 Dec 2012 14:50:21 +0000 (+0100) Subject: Enhance mount message to include read/append X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=ae3d5a772df6b658ca9dc086927d242016f0f03e Enhance mount message to include read/append --- 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"