summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-02-25 00:36:22 +0000
committerNorbert Preining <preining@logic.at>2010-02-25 00:36:22 +0000
commit8f76e7b82e0bc36aeeb3d47b05b011ca2f10a1bb (patch)
tree3c2f39f49a7bf977fc0134844c8c89e14cfa4a91 /Master/texmf/scripts
parent52cd11200da33c849abe299968bdb960e58ccf01 (diff)
replace "File" with (untranslatable) "tlmgr" in the GUI
git-svn-id: svn://tug.org/texlive/trunk@17193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl
index b6ea4e8771a..20daa064c2c 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui.pl
@@ -418,7 +418,7 @@ sub setup_menu_system {
$menu_options = $menu->Menu();
$menu_actions = $menu->Menu();
$menu_help = $menu->Menu();
- $menu->add('cascade', -label => __("File"), -menu => $menu_file);
+ $menu->add('cascade', -label => "tlmgr", -menu => $menu_file);
$menu->add('cascade', -label => __("Options"), -menu => $menu_options);
$menu->add('cascade', -label => __("Actions"), -menu => $menu_actions);
# on win32 people expect to have the Help button on the right side
@@ -1634,6 +1634,12 @@ sub update_list_remote {
push @critical_updates, $p;
}
}
+ #
+ # TODO TODO
+ #
+ # add to the warning text: NN further updates are available after updating
+ # telxive.infra.!!!!
+ #
if (@critical_updates) {
my $sw = $mw->DialogBox(-title => __("Warning"), -buttons => [ __("Ok") ]);
my $t = __("Updates for the tlmgr are present.\nInstallation and upgrades won't work without being forced.\nPlease select \"Update all installed\" button below.\nThe program will terminate after the update.\nThen you can restart the program for further updates.");