summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2012-06-02 10:55:26 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2012-06-02 10:55:26 +0000
commit1bc4e773c986608a77b91ba2beee4ad66f237a47 (patch)
tree31a3559902851ed9c36e88032a4cdf572caed642 /Master/texmf
parentfa1abbac76713baf357ef662023c0ee50c60bab1 (diff)
2011 => 2012
git-svn-id: svn://tug.org/texlive/trunk@26802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-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 f157d0a60ba..20be624acfa 100644
--- a/Master/texmf/scripts/texlive/uninstall-win32.pl
+++ b/Master/texmf/scripts/texlive/uninstall-win32.pl
@@ -21,12 +21,12 @@ use TeXLive::TLUtils;
use Tk;
use Tk::Dialog;
-my $mw = MainWindow->new(-title => "remove tlmgr 2011");
+my $mw = MainWindow->new(-title => "remove tlmgr 2012");
my $f = $mw->Frame;
my $lab = $f->Label(
# -justify => 'left',
- -text => "Do you really want to remove TeX Live 2011?");
+ -text => "Do you really want to remove TeX Live 2012?");
$lab->pack(-side => "left", -padx => "12", -pady => "6");
$f->pack(# -padx => "10m",