]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/askdir.c
Enhance mount message to include read/append
[bacula/bacula] / bacula / src / stored / askdir.c
index a5ac547be5173003b24e20a417cca157f645ec84..e48c00d14e84e3b03de680f36c082a1f0ce52c40 100644 (file)
@@ -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"