diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-12 13:42:18 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-12 13:42:18 +0000 |
commit | 5ad022a93a325f028352ae8db8be2841cf4b250f (patch) | |
tree | 99d1dbdddf8c1b55e18f73e7874fa5a26f660bac /Master | |
parent | 05209ef3d49331f678081e1bdc80d183962bdc44 (diff) |
Some rephrasings
git-svn-id: svn://tug.org/texlive/trunk@50347 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/tlshell/tlshell.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |