From 0a4b251e919e8c1baa304dbafefb0aa6cf6e4c20 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 20 Nov 2018 17:32:06 +0000 Subject: Fix a few GNOME name/capitalisation inconsistencies. There are still some in the translations. --- perl-install/any.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/any.pm') 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', -- cgit v1.2.1