From ba867775a3fe610b1f3316d1a9825538fef90348 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 17 Sep 2007 20:34:17 +0000 Subject: [PATCH] ebl update patch with kern sugestions git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5588 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/testing/project-allvols.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bacula/patches/testing/project-allvols.patch b/bacula/patches/testing/project-allvols.patch index 1307bc6808..3d6e1a3f57 100644 --- a/bacula/patches/testing/project-allvols.patch +++ b/bacula/patches/testing/project-allvols.patch @@ -58,7 +58,7 @@ Index: src/dird/ua_update.c } + /* Allow user to simply update all volumes */ -+ if (find_arg(ua, NT_("allvolume")) > 0) { ++ if (find_arg(ua, NT_("fromallpools")) > 0) { + update_all_vols(ua); + return 1; + } @@ -73,7 +73,7 @@ Index: src/dird/ua_update.c - add_prompt(ua, _("Enabled")), /* 13 */ - add_prompt(ua, _("RecyclePool")), /* 14 */ - add_prompt(ua, _("Done")); /* 15 */ -+ add_prompt(ua, _("Volumes from all Pools")); /* 13 */ ++ add_prompt(ua, _("All Volumes from all Pools")); /* 13 */ + add_prompt(ua, _("Enabled")), /* 14 */ + add_prompt(ua, _("RecyclePool")), /* 15 */ + add_prompt(ua, _("Done")); /* 16 */ @@ -132,16 +132,16 @@ Index: src/qt-console/medialist/medialist.ui + :/images/cartridge-edit.png + + -+ Update all Volumes from Pool ++ Update all Volumes from all Pools + + -+ Update all Volumes from Pool ++ Update all Volumes from all Pools + + -+ Update all Volumes from Pool ++ Update all Volumes from all Pools + + -+ Update all Volumes from Pool ++ Update all Volumes from all Pools + + -- 2.39.5