]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #10249 Adjust the output of status schedule
authorEric Bollengier <eric@baculasystems.com>
Mon, 3 Jul 2023 15:37:36 +0000 (17:37 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:01 +0000 (13:57 +0200)
bacula/src/dird/ua_status.c

index 6b921913c66e98ee9587ceced23bfc1e83b6aa1c..48864d0ce6735e23fd54b5440108bb677f79a22b 100644 (file)
@@ -1146,7 +1146,7 @@ static void llist_scheduled_jobs(UAContext *ua)
    }
 
    if (num_jobs > list->size() && !ua->api) {
-      ua->send_msg(_("\n%d scheduled Jobs over %d are displayed. Use the limit parameter to display more Jobs.\n"), limit, list->size(), days);
+      ua->send_msg(_("\n%d of %d scheduled Jobs displayed. Use the limit parameter to display more Jobs.\n"), limit, list->size(), days);
    }
    delete list;