Fixed string
authorJamie Cameron <jcameron@webmin.com>
Fri, 8 Feb 2008 23:08:50 +0000 (23:08 +0000)
committerJamie Cameron <jcameron@webmin.com>
Fri, 8 Feb 2008 23:08:50 +0000 (23:08 +0000)
fsdump/lang/en
fsdump/linux-lib.pl

index b0ce390..7fe62db 100644 (file)
@@ -87,7 +87,7 @@ dump_gzip1=Yes, with gzip
 dump_gzip2=Yes, with bzip
 dump_bcomp=Buffer compressed data into blocks?
 dump_xdev=Limit backup to one filesystem?
-dump_update=Just add new files to archive?
+dump_update2=Just add new files to archive?
 dump_notape=Prompt for new tape if needed?
 dump_rmt=Path to <tt>rmt</tt> on remote system
 dump_links=Follow symbolic links?
index a096165..13fe1d3 100644 (file)
@@ -92,7 +92,7 @@ if ($_[0]->{'fs'} eq 'tar') {
                                  [ [ 0, $text{'yes'} ], [ 1, $text{'no'} ] ]),
                            1, $tds);
 
-       print &ui_table_row(&hlink($text{'dump_update'},"tarupdate"),
+       print &ui_table_row(&hlink($text{'dump_update2'},"tarupdate"),
                            &ui_yesno_radio("update", int($_[0]->{'update'})),
                            1, $tds);
        }