diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-01 12:27:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-01 12:27:14 +0000 |
commit | 55798514fa74cc21304e25459a4339dd76d0afe6 (patch) | |
tree | 37b8226b679e919035b938037fbd2251eacd9b3a /perl-install/install/steps_interactive.pm | |
parent | b01b9d1a4a42e55eaf0cd0aa632a5b73b918cad6 (diff) | |
download | drakx-55798514fa74cc21304e25459a4339dd76d0afe6.tar drakx-55798514fa74cc21304e25459a4339dd76d0afe6.tar.gz drakx-55798514fa74cc21304e25459a4339dd76d0afe6.tar.bz2 drakx-55798514fa74cc21304e25459a4339dd76d0afe6.tar.xz drakx-55798514fa74cc21304e25459a4339dd76d0afe6.zip |
(_chooseDesktop) replace ":" by "." in a message
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')) { |