diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-13 23:14:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-13 23:14:08 +0000 |
commit | 1cf286b8c215830a9c363c1e0b8b44c10b1c81e9 (patch) | |
tree | 7c49192c84630128458701c30df49f45c2f01f91 /Master/tlpkg/installer/install-menu-wizard.pl | |
parent | 1e061dc1f18cae400e3c78bc7cb96a839180190d (diff) |
regenerate with system gettext, looks like new gettext is omitting messages
git-svn-id: svn://tug.org/texlive/trunk@18957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index 472afab65ec..252da1f3e9c 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -1,10 +1,8 @@ #!/usr/bin/env perl # $Id$ -# -# Copyright 2009 Norbert Preining +# Copyright 2009, 2010 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -# use strict; $^W = 1; |