]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 27 Feb 2007 12:31:37 +0000 (12:31 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 27 Feb 2007 12:31:37 +0000 (12:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4272 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm
gui/bweb/tpl/update_media.tpl

index a3af7a5897d3378267970a19c41272cfa08feecf..1e69b486e549184840a386c72d4a6f86b17b7fd9 100644 (file)
@@ -975,7 +975,7 @@ WHERE Media.VolumeName IN ($media_list)
 
            } else {            # empty or no label
                push @{ $param }, {realslot => $slot,
-                                  volstatus => 'Unknow',
+                                  volstatus => 'Unknown',
                                   volumename => $self->{slot}->[$slot]} ;
            }
        } else {                # empty
@@ -2413,7 +2413,7 @@ sub change_location
     }
     my $newloc = CGI::param('newlocation');
 
-    my $user = CGI::param('user') || 'unknow';
+    my $user = CGI::param('user') || 'unknown';
     my $comm = CGI::param('comment') || '';
     $comm = $self->dbh_quote("$user: $comm");
 
index 2dc7416ca20cc30294e14638b6bd97627fdd95b4..d48ecb1cc306517a731f9ee29782f41adf7b312d 100644 (file)
@@ -6,7 +6,7 @@
   <form name='form1' action="?" method='GET'>
    <table>
     <tr><td>Volume Name:</td>
-        <td><input type='text' name='media' class='formulaire' value='<TMPL_VAR volumename>' title='Change this to update an other media'>
+        <td><input type='text' name='media' class='formulaire' value='<TMPL_VAR volumename>' title='Change this to update an other volume'>
         </td>
     </tr>
     <tr><td>Pool:</td>