Changed the messages displayed in the output

This commit is contained in:
germedeb 2022-02-07 12:16:19 -03:00
parent c03c1b2cc9
commit 63433af137
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ open my $icon_filehandle, '<', $icon_search_file;
color_wrapper('blue');
say << 'EOS';
Known Icons:
In both your icon pack and system:
-------------
EOS
color_wrapper('reset');
@ -79,7 +79,7 @@ close $icon_filehandle;
color_wrapper('red');
say << 'EOS';
Missing icons:
Missing (In your system and not in your icon pack):
-------------
EOS
color_wrapper('reset');
@ -91,7 +91,7 @@ for my $key (keys %desktop_relation) {
color_wrapper('green');
say << 'EOS';
Not missing in your system icons:
Unused icons from your icon pack:
-------------
EOS
color_wrapper('reset');