diff options
author | Pablo Barciela <[email protected]> | 2019-11-24 23:25:37 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-12-01 14:07:29 +0100 |
commit | d5f3167c4ad5f564fb0304133df58f21fbd2879a (patch) | |
tree | ff61fe8c581d3c8517ae230e5f8364ee675c4199 /shell | |
parent | 8166cc3e1fbc94b8da6ee62f79171218949ff7af (diff) | |
download | mate-control-center-d5f3167c4ad5f564fb0304133df58f21fbd2879a.tar.bz2 mate-control-center-d5f3167c4ad5f564fb0304133df58f21fbd2879a.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 c0d6d40a..826813d0 100644 --- a/shell/matecc.desktop.in +++ b/shell/matecc.desktop.in @@ -10,5 +10,5 @@ Type=Application StartupNotify=false Categories=GTK;Settings; # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! -Keywords=MATE;control;center;configuration;tool;destop;preferences; +Keywords=MATE;control;center;configuration;tool;desktop;preferences; OnlyShowIn=MATE; |