diff options
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 90bb90a62..d8812c02b 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -493,7 +493,7 @@ sub _chooseDesktop { Custom => N("Custom"), ); my $title = N("Desktop Selection"); - my $message = N("You can choose your workstation desktop profile:"); + my $message = N("You can choose your workstation desktop profile."); my $choice; if ($o->isa('interactive::gtk')) { |