summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index de1c8b26dbd..8312cedaef6 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -49,7 +49,7 @@ my $return = $MENU_INSTALL;
our $LANG;
our %TRANS;
-require("translations/trans.pl");
+require("TeXLive/trans.pl");
$::fileassocdesc[0] = __("None");
$::fileassocdesc[1] = __("Only new");
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl
index 34d2c9dfdbc..6ce16a8ed3f 100644
--- a/Master/tlpkg/installer/install-menu-wizard.pl
+++ b/Master/tlpkg/installer/install-menu-wizard.pl
@@ -84,7 +84,7 @@ my $BUTTONSHEIGHT = 50;
my $INNERWIDTH = ($MWIDTH - $LEFT - $RIGHT);
my $INNERHEIGHT = ($MHEIGHT - $TOP - $TITLEHEIGHT - $BOTTOM - $BUTTONSHEIGHT);
-require("translations/trans.pl");
+require("TeXLive/trans.pl");
# the main installer runs %{$::run_menu}
$::run_menu = \&run_menu_wizard;