diff options
author | Norbert Preining <preining@logic.at> | 2010-05-12 16:41:55 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-12 16:41:55 +0000 |
commit | 5d696fad64e4ede5004e90d07f5decc9c941018a (patch) | |
tree | 46e407276c563e8a9baec603cd31b821a13d0a29 /Master/texmf | |
parent | 5a5ff6b3f759f01084a2b4b3fbb2ba271a2e157a (diff) |
more 2009->2010
git-svn-id: svn://tug.org/texlive/trunk@18207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/scripts/texlive/uninstall-win32.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-win32.pl b/Master/texmf/scripts/texlive/uninstall-win32.pl index f7a6da352b8..8f81f9e9bfd 100644 --- a/Master/texmf/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf/scripts/texlive/uninstall-win32.pl @@ -24,10 +24,10 @@ use TeXLive::TLUtils; use Tk; use Tk::Dialog; -my $mw = MainWindow->new(-title => "remove tlmgr 2009"); +my $mw = MainWindow->new(-title => "remove tlmgr 2010"); my $lab = $mw->Label(-justify => 'left', - -text => "Do you really want to remove TeX Live 2009?"); + -text => "Do you really want to remove TeX Live 2010?"); $lab->pack(-padx => "10m", -pady => "5m"); |