Merge pull request #2100 from lePerdu/desktop-unescape

Fix typo: "OnlyShownIn" -> "OnlyShowIn"

Ref:
https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html
This commit is contained in:
Emmanuel Lepage Vallée 2017-11-03 17:26:32 +01:00 committed by GitHub
commit 8a498d95b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ utils.terminal = 'xterm'
-- their .desktop files.
local default_icon = nil
--- Name of the WM for the OnlyShownIn entry in the .desktop file.
--- Name of the WM for the OnlyShowIn entry in the .desktop file.
utils.wm_name = "awesome"
--- Possible escape characters (not including the preceding backslash) in
@ -54,7 +54,7 @@ local escape_sequences = {
--- The keys in desktop entries whose values are lists of strings.
local list_keys = {
Categories = true,
OnlyShownIn = true,
OnlyShowIn = true,
NotShowIn = true,
}