summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-09-01 06:38:25 +0000
committerNorbert Preining <preining@logic.at>2009-09-01 06:38:25 +0000
commit5325b2a873c20d74ef6c74e838eb1420a4695efb (patch)
tree52bd60dbb0b259081698d2b87c0bc86743d952d6 /Master/texmf
parent9af1e4663475c8f18bf2180e4256ac86b71da45b (diff)
fix typo in global variable
git-svn-id: svn://tug.org/texlive/trunk@14975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl2
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();