From 55798514fa74cc21304e25459a4339dd76d0afe6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Oct 2008 12:27:14 +0000 Subject: (_chooseDesktop) replace ":" by "." in a message --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') 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')) { -- cgit v1.2.1