From 5325b2a873c20d74ef6c74e838eb1420a4695efb Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 1 Sep 2009 06:38:25 +0000 Subject: fix typo in global variable git-svn-id: svn://tug.org/texlive/trunk@14975 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index 720e45330f3..5665a4941c5 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -232,7 +232,7 @@ info(__("Completed") . "\n"); $mw->deiconify; -if (!$::we_can_write) { +if (!$::we_can_save) { my $no_write_warn = $mw->Dialog(-title => "warning", -text => __("You don't have permissions to change the installation in any way.\nPlease contact the administrator or call this program as administrator.\n\nMost buttons will be disabled."), -buttons => [ __("Ok") ])->Show(); -- cgit v1.2.3