diff options
author | Norbert Preining <preining@logic.at> | 2009-08-29 05:25:22 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-08-29 05:25:22 +0000 |
commit | 2ab96068365b24d5d1f959273f051c6a0e5761cd (patch) | |
tree | 32219227e9b173befb4e435e88a27e54d73d6c1c /Master/texmf/scripts | |
parent | 5272eb4e5fadf25215cd1a69ef3234d04128f484 (diff) |
change title of tlmgr gui arch page, we can remove archs now!
git-svn-id: svn://tug.org/texlive/trunk@14933 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-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 83db3a01945..a97a69f61d0 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 architectures to be added (removal not possible)"))->pack(-padx => "5m", -pady => "5m"); +$back_arch->Label(-text => __("Select set of supported architectures"))->pack(-padx => "5m", -pady => "5m"); sub init_archs { |