]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua_label.c
ebl Modify disk-changer to check if slot contains something before
[bacula/bacula] / bacula / src / dird / ua_label.c
index 077675c01b7b0d9c7fdf80d158623fb4b64b78bf..e63b4ef1ea034a9909867b73a6823600232edcd6 100644 (file)
@@ -535,7 +535,7 @@ static void label_from_barcodes(UAContext *ua, int drive)
       }
       ua->send_msg("%4d  %s\n", vl->Slot, vl->VolName);
    }
-   if (!get_yesno(ua, _("Do you want to continue? (yes|no): ")) ||
+   if (!get_yesno(ua, _("Do you want to label these Volumes? (yes|no): ")) ||
        (ua->pint32_val == 0)) {
       goto bail_out;
    }