]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update patch with kern sugestions
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 17 Sep 2007 20:34:17 +0000 (20:34 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 17 Sep 2007 20:34:17 +0000 (20:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5588 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/project-allvols.patch

index 1307bc6808b018f65e2d571ac8eba1f4221af2a2..3d6e1a3f57f0d5bfdf4150a3efcb7b662e473ce3 100644 (file)
@@ -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
 +    <iconset resource="../main.qrc" >:/images/cartridge-edit.png</iconset>
 +   </property>
 +   <property name="text" >
-+    <string>Update all Volumes from Pool</string>
++    <string>Update all Volumes from all Pools</string>
 +   </property>
 +   <property name="iconText" >
-+    <string>Update all Volumes from Pool</string>
++    <string>Update all Volumes from all Pools</string>
 +   </property>
 +   <property name="toolTip" >
-+    <string>Update all Volumes from Pool</string>
++    <string>Update all Volumes from all Pools</string>
 +   </property>
 +   <property name="statusTip" >
-+    <string>Update all Volumes from Pool</string>
++    <string>Update all Volumes from all Pools</string>
 +   </property>
 +  </action>
    <action name="actionVolumeFromPool" >