summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tlshell
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-03-10 02:03:46 +0000
committerNorbert Preining <preining@logic.at>2021-03-10 02:03:46 +0000
commit6c314e5800e2cceb37f136ffaac00813c00ad5c5 (patch)
tree12377d9d6ea028bc271da16405bcda52dadf1a24 /Master/texmf-dist/scripts/tlshell
parentcf3657fa08b3c601a7de309a3a10b576345a988c (diff)
papersizes -> paper sizes
git-svn-id: svn://tug.org/texlive/trunk@58247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/tlshell')
-rwxr-xr-xMaster/texmf-dist/scripts/tlshell/tlshell.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl
index 782b492357d..1b823efa199 100755
--- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl
+++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl
@@ -1610,7 +1610,7 @@ proc papersize_advanced {} {
}
set nms [array names ::papers] ; # invalid names have now been weeded out
if {[llength $nms] < 1} {
- tk_messageBox -title [__ "Error"] -message [__ "No papersizes available"]
+ tk_messageBox -title [__ "Error"] -message [__ "No paper sizes available"]
# we did not yet start building the dialog, so we can just:
return
}