Fixed string

This commit is contained in:
Jamie Cameron
2008-02-08 23:08:50 +00:00
parent 56ee2706a4
commit 0b59280c44
2 changed files with 2 additions and 2 deletions

View 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?

View 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);
}