diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl b/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl index 761f16d604e..bbca304b8dd 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl @@ -421,7 +421,7 @@ sub select_autobackup { my $opt = $foo->BrowseEntry(-label => __("Auto backup setting"), -variable => \$var); my @al; - push @al, "-1 (" . __("keep arbitrarly many") . ")"; + push @al, "-1 (" . __("keep arbitrarily many") . ")"; push @al, "0 (" . __("disable") . ")"; for my $i (1..100) { push @al, $i; |