summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf/scripts/texlive/uninstall-win32.pl4
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");