diff options
author | Norbert Preining <preining@logic.at> | 2009-09-01 06:38:25 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-01 06:38:25 +0000 |
commit | 5325b2a873c20d74ef6c74e838eb1420a4695efb (patch) | |
tree | 52bd60dbb0b259081698d2b87c0bc86743d952d6 /Master | |
parent | 9af1e4663475c8f18bf2180e4256ac86b71da45b (diff) |
fix typo in global variable
git-svn-id: svn://tug.org/texlive/trunk@14975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |