From 682d97000e9dc2d762c54060296713e65fdc4c03 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 19 Aug 2003 11:34:53 +0000 Subject: s/in files/in file names/ thx arpad biro --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake b/rpmdrake index 3810a4c5..74349c27 100755 --- a/rpmdrake +++ b/rpmdrake @@ -732,7 +732,7 @@ or you already installed all of them.")); } my $search_types_menu = Gtk2::Menu->new; - my @search_types = ([ 'normal', N("in names") ], [ 'descriptions', N("in descriptions") ], [ 'files', N("in files") ]); + my @search_types = ([ 'normal', N("in names") ], [ 'descriptions', N("in descriptions") ], [ 'files', N("in file names") ]); my $current_search_type = $search_types[0][0]; foreach (@search_types) { my $capt_type = $_->[0]; -- cgit v1.2.1