summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();