summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tlshell/tlshell.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/tlshell/tlshell.tcl')
-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
}