summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-02 12:59:36 +0000
committerNorbert Preining <preining@logic.at>2009-07-02 12:59:36 +0000
commitf7f121442e1179177b28881dbcc8488a0586d071 (patch)
tree2e1d050679a0203eb09cd12c086eba0c3d1c942d
parentca3b20eb67ceac98bce99cf9bb22f483d3c87d10 (diff)
renaming some labels
git-svn-id: svn://tug.org/texlive/trunk@14069 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl3
-rw-r--r--Master/tlpkg/installer/install-translations.pl4
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',
);