texlive[50347] Master/texmf-dist/scripts/tlshell/tlshell.tcl: Some
commits+siepo at tug.org
commits+siepo at tug.org
Tue Mar 12 14:42:18 CET 2019
Revision: 50347
http://tug.org/svn/texlive?view=revision&revision=50347
Author: siepo
Date: 2019-03-12 14:42:18 +0100 (Tue, 12 Mar 2019)
Log Message:
-----------
Some rephrasings
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl
Modified: trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl
===================================================================
--- trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl 2019-03-12 04:42:08 UTC (rev 50346)
+++ trunk/Master/texmf-dist/scripts/tlshell/tlshell.tcl 2019-03-12 13:42:18 UTC (rev 50347)
@@ -1660,7 +1660,7 @@
}
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 @@
}
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
}
More information about the tex-live-commits
mailing list