summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-11-22 01:51:50 +0000
committerNorbert Preining <preining@logic.at>2009-11-22 01:51:50 +0000
commit007ea269de4dcd9757693be207f22a47948ba264 (patch)
tree8850223c2382957bb80a13ec94f1879490b98643 /Master
parent1726c0d626780ea925457d8f77bf774ce27211c2 (diff)
changes suggested by Karl to tlmgrgui2
git-svn-id: svn://tug.org/texlive/trunk@16118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/dev/tlmgrgui2.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/dev/tlmgrgui2.pl b/Master/tlpkg/dev/tlmgrgui2.pl
index ac14e7c1cfe..57d334ccc64 100644
--- a/Master/tlpkg/dev/tlmgrgui2.pl
+++ b/Master/tlpkg/dev/tlmgrgui2.pl
@@ -194,7 +194,7 @@ $back->pack(@x_xy);
######### SHOULD GO INTO A SEPARTE FILE ########################
# install screen
-our $back_f1 = $back->add("packages",-label => __("Package management"), -justify => "left");
+our $back_f1 = $back->add("packages",-label => __("Packages"), -justify => "left");
$screens{"packages"} = $back_f1;
@@ -216,7 +216,7 @@ $filter_status->Radiobutton(-text => "all",
-variable => \$status_value, -value => $status_all)->pack(@a_w);
$filter_status->Radiobutton(-text => "only installed",
-variable => \$status_value, -value => $status_only_installed)->pack(@a_w);
-$filter_status->Radiobutton(-text => "only not installed",
+$filter_status->Radiobutton(-text => "only uninstalled",
-variable => \$status_value, -value => $status_only_not_installed)->pack(@a_w);
$filter_status->Radiobutton(-text => "only updated",
-variable => \$status_value, -value => $status_only_updated)->pack(@a_w);