diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-30 19:57:42 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-30 19:57:42 +0000 |
commit | a5a60adba9e52ccc366bb3a74d07a6ba2b16d744 (patch) | |
tree | 14e02b4d7016e15affdf08a7d005eba25f177a2a /Master/texmf/scripts | |
parent | 81ac34f00fab344f81e8476a26ba63a99427bd41 (diff) |
Yet another 2010 => 2011 change
git-svn-id: svn://tug.org/texlive/trunk@22690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-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 8aa664dd332..9950613234c 100644 --- a/Master/texmf/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf/scripts/texlive/uninstall-win32.pl @@ -21,10 +21,10 @@ use TeXLive::TLUtils; use Tk; use Tk::Dialog; -my $mw = MainWindow->new(-title => "remove tlmgr 2010"); +my $mw = MainWindow->new(-title => "remove tlmgr 2011"); my $lab = $mw->Label(-justify => 'left', - -text => "Do you really want to remove TeX Live 2010?"); + -text => "Do you really want to remove TeX Live 2011?"); $lab->pack(-padx => "10m", -pady => "5m"); |