summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
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);