mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fixed string
This commit is contained in:
@@ -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?
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user