diff options
-rw-r--r-- | perl-install/any.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 9de710d07..938af2372 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -751,7 +751,7 @@ sub adapt_desktop_for_plasma { my ($desktop) = @_; my %h = ( 'Plasma' => '01plasma', - 'GNOMEClassic' => 'gnome-classic', + 'GNOME Classic' => 'gnome-classic', ); return $desktop ? ($h{$desktop} || lc($desktop)) . '.desktop' : ''; } @@ -1123,8 +1123,8 @@ sub format_wm { return { cinnamon => 'Cinnamon', enlightenment => 'Enlightenment', - 'gnome-classic' => 'Gnome Classic', - gnome => 'Gnome', + 'gnome-classic' => 'GNOME Classic', + gnome => 'GNOME', i3 => 'I3', 'i3-with-shmlog' => 'I3 with shmlog', lxqt => 'LxQt', |