diff options
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -327,7 +327,7 @@ sub run_treeview_dialog { all_updates => N("All updates"), security => N("Security updates"), bugfix => N("Bugfixes updates"), - normal => N("Normal updates") + normal => N("General updates") ); my %rmodes = reverse %modes; $options->{rmodes} = \%rmodes; |