diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index 5fb7cfdb09b..c65adcb778b 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -245,7 +245,7 @@ sub ask_path { #$cb->place(-x => $INNERWIDTH, -y => $INNERHEIGHT, -anchor => "se"); - $fmain->Label(-text => __('disk space required') . ": $vars{'total_size'} MB", + $fmain->Label(-text => __('disk space required:') . " $vars{'total_size'} MB", -justify => "left" )->place(-x => 0, -y => $fmain->height, -anchor => "sw"); |