diff options
author | Norbert Preining <preining@logic.at> | 2009-09-02 08:45:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-02 08:45:00 +0000 |
commit | 1b3acc79b5f89b8093cc10405e7f429519f47211 (patch) | |
tree | 4c5a6099d9cf575e61e3eedae9a063f5fea82f79 /Master/texmf | |
parent | 8f64e4eb9c24428f6cd432d0b2b9a86f61a2dc57 (diff) |
use title as suggested by Karl
git-svn-id: svn://tug.org/texlive/trunk@14998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl b/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl index 4c683e7e36e..07dcb5b395a 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/gui-arch.pl @@ -25,7 +25,7 @@ our $subframe; push @update_function_list, \&init_archs; -$back_arch->Label(-text => __("Select set of supported architectures"))->pack(-padx => "5m", -pady => "5m"); +$back_arch->Label(-text => __("Select architectures to support"))->pack(-padx => "5m", -pady => "5m"); sub init_archs { |