diff options
author | Norbert Preining <preining@logic.at> | 2009-06-22 22:06:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-06-22 22:06:15 +0000 |
commit | ed20c69c96ec8839429078209b73d2ac727a9ace (patch) | |
tree | 93255f6b9abb55eb4f7888b109fd99366644f93f | |
parent | d21edad9fe833f9eaebeef976e61a7c5ccdf6d02 (diff) |
rename 2008 -> 2009 in uninstaller
git-svn-id: svn://tug.org/texlive/trunk@13891 c570f23f-e606-0410-a88d-b1316a301751
-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 4c0e52bb7c9..1c203f408cd 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 2008"); +my $mw = MainWindow->new(-title => "remove tlmgr 2009"); my $lab = $mw->Label(-justify => 'left', - -text => "Do you really want to remove TeX Live 2008?"); + -text => "Do you really want to remove TeX Live 2009?"); $lab->pack(-padx => "10m", -pady => "5m"); |