From 5ad022a93a325f028352ae8db8be2841cf4b250f Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Tue, 12 Mar 2019 13:42:18 +0000 Subject: Some rephrasings git-svn-id: svn://tug.org/texlive/trunk@50347 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tlshell/tlshell.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl index 8855a691837..18b4de2aac0 100755 --- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl +++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl @@ -1660,7 +1660,7 @@ proc update_pkgs {sel_opt {pk ""}} { } if {[llength $deps] > 0} { set ans [any_message \ - [__ "Updating hard dependencies %s anyway. Continue?" $deps] \ + [__ "Updating some dependencies %s anyway. Continue?" $deps] \ "okcancel"] if {$ans eq "cancel"} return } @@ -1726,7 +1726,7 @@ proc remove_pkgs {sel_opt {pk ""}} { } if {[llength $deps] > 0} { set ans [any_message \ - [__ "Removing hard dependencies %s anyway. Continue?" $deps] \ + [__ "Removing some dependencies %s anyway. Continue?" $deps] \ "okcancel"] if {$ans eq "cancel"} return } -- cgit v1.2.3