diff options
author | Pablo Barciela <[email protected]> | 2019-11-24 23:25:37 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2020-02-13 13:25:57 +0300 |
commit | 2b930606cc2c1f6276ef5cf0969062c07175dbd7 (patch) | |
tree | 7e9e1ad7a1652cd92fbe621957d5b01af977a816 /shell | |
parent | 49c71c94d66955b649699073870f4912010db71d (diff) | |
download | mate-control-center-2b930606cc2c1f6276ef5cf0969062c07175dbd7.tar.bz2 mate-control-center-2b930606cc2c1f6276ef5cf0969062c07175dbd7.tar.xz |
shell: Fix typo in keyword name
Closes https://github.com/mate-desktop/mate-control-center/issues/512
Diffstat (limited to 'shell')
-rw-r--r-- | shell/matecc.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/matecc.desktop.in b/shell/matecc.desktop.in index 9b1b4c22..f56d8c4e 100644 --- a/shell/matecc.desktop.in +++ b/shell/matecc.desktop.in @@ -8,5 +8,5 @@ Terminal=false Type=Application StartupNotify=false Categories=GTK;Settings; -Keywords=MATE;control;center;configuration;tool;destop;preferences; +Keywords=MATE;control;center;configuration;tool;desktop;preferences; OnlyShowIn=MATE; |