From b4ea0f27184dcc9e92c0557f30e4fc7720055c25 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 2 Sep 2009 00:13:55 +0000 Subject: update warning message on not-writable in tlmgr gui git-svn-id: svn://tug.org/texlive/trunk@14989 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf') diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index 5665a4941c5..d6dd99a018a 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -234,7 +234,7 @@ $mw->deiconify; 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."), + -text => __("You don't have permissions to change the installation in any way,\nspecifically the following directory is not writable: ") . "$Master/tlpkg\n" . __("Please run this program as administrator, or contact your local admin.\n\nMost buttons will be disabled."), -buttons => [ __("Ok") ])->Show(); } -- cgit v1.2.3