diff options
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 9ea624876..78276bffd 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1330,7 +1330,7 @@ sub main { $in->ask_from_entries_refH_powered( { title => 'XFdrake', - messages => _("What do you want to do?"), + messages => _("Which action do you want to perform?"), cancel => '', }, [ { format => sub { $_[0][0] }, val => \$f, |