SVN commit 762068 by mattr: Remove redundant KDE text. The KDE version passed into the wizard already contains the word "KDE" so there's no need to duplicate it. M +1 -1 wizard.cgi --- trunk/bugs/bugz/wizard.cgi #762067:762068 @@ -458,7 +458,7 @@ # OK except for the fact that it causes e-mail to be suppressed. $comment = $comment ? $comment : " "; - my $comment_prefix = "Version: " . $vars->{'appVersion'} . " (using KDE ". $vars->{'kdeVersion'} . ")\n"; + my $comment_prefix = "Version: " . $vars->{'appVersion'} . " (using ". $vars->{'kdeVersion'} . ")\n"; my $distro = 'unspecified';