From f7f121442e1179177b28881dbcc8488a0586d071 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 2 Jul 2009 12:59:36 +0000 Subject: renaming some labels git-svn-id: svn://tug.org/texlive/trunk@14069 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 3 ++- Master/tlpkg/installer/install-translations.pl | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 2654427d430..c9440b15c4f 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -264,7 +264,8 @@ sub run_menu_perltk { } $row++; - $fr->Label(-text => $labels{'pathadj'}, -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w'); + $fr->Label(-text => (win32() ? $labels{'pathadj'} : $labels{'symlink'} ), + -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w'); $fr->Label(-anchor => 'w', -textvariable => \$pathadjyesno)->grid(-row => $row, -column => 2, -padx => "2m"); if (unix()) { $fr->Button(-text => $text{'change'}, -command => sub { menu_select_symlink(); })->grid(-row => $row, -column => 3, -sticky => "ew", -padx => "2m"); diff --git a/Master/tlpkg/installer/install-translations.pl b/Master/tlpkg/installer/install-translations.pl index a01d93719eb..c75aec891e7 100644 --- a/Master/tlpkg/installer/install-translations.pl +++ b/Master/tlpkg/installer/install-translations.pl @@ -121,10 +121,10 @@ our %labels = (binsys => 'Binary system(s)', optdoc => 'Install font/macro doc tree', optsrc => 'Install font/macro source tree', symlink => 'Create symlinks in system directories', - desktop_integration => 'Desktop integration', + desktop_integration => 'Add shortcuts to menu and desktop', fileassocs => 'Change file associations', w32admallusers => 'Installation for all users', - pathadj => 'Adjust path', + pathadj => 'Adjust PATH setting in registry', addon_editor => 'Install TeXworks front end', ); -- cgit v1.2.3