summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-wizard.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2012-06-02 11:06:11 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2012-06-02 11:06:11 +0000
commit1e3f954df857106000a71be6d78cbd6ae9c28b48 (patch)
tree5d60a483bb13b2a118027febc1774a33e09d46de /Master/tlpkg/installer/install-menu-wizard.pl
parent1bc4e773c986608a77b91ba2beee4ad66f237a47 (diff)
Forgot to make some strings localized; now hopefully fixed
git-svn-id: svn://tug.org/texlive/trunk@26803 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl
index 563f1bb02b2..d2bfafae2f4 100644
--- a/Master/tlpkg/installer/install-menu-wizard.pl
+++ b/Master/tlpkg/installer/install-menu-wizard.pl
@@ -188,9 +188,9 @@ sub reset_start {
my $inf = $fmain->Label(
-text => __("Welcome to the installation of TeX Live %s\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.", $TeXLive::TLConfig::ReleaseYear)
- . ( (win32()) ? "\n\n" . "Best turn off your virusscanner during installation." : "" )
+ . ( (win32()) ? "\n\n" . __("Best turn off your virusscanner during installation.") : "" )
. "\n\n"
- . "For an advanced, customizable installation, please consult\nthe web pages or installation guide."
+ . __("For an advanced, customizable installation, please consult\nthe web pages or installation guide.")
. "\n"
. ( (win32())
? __("Or use install-tl-advanced.bat.")