]> git.sur5r.net Git - bacula/bacula/commitdiff
Enhance mount message to include read/append
authorKern Sibbald <kern@sibbald.com>
Fri, 7 Dec 2012 14:50:21 +0000 (15:50 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:04 +0000 (14:51 +0200)
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"