summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 14:04:20 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 14:08:53 -0700
commit309aaea5e145c3e066af5db22486a9a84a978599 (patch)
treed4e6ad0f6423a0c05e40258ed03d18b9b0ab3b57
parentbddd877fe7dba6fc4773490bb4fab6c65ac25ca4 (diff)
downloadpatches-309aaea5e145c3e066af5db22486a9a84a978599.tar
patches-309aaea5e145c3e066af5db22486a9a84a978599.tar.gz
gnu: gnome-shell-extension-hide-app-icon: Fix grammar of "allows to hide" to
"hides". * gnu/packages/gnome-xyz (gnome-shell-extension-hide-app-icon): Fix grammar.
-rw-r--r--gnu/packages/gnome-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index ad4593bcd5..625248a25a 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -359,7 +359,7 @@ control.")
(propagated-inputs
`(("glib" ,glib)))
(synopsis "Hide app icon from GNOME's panel")
- (description "This extension allows to hide the icon and/or title of the
+ (description "This extension hides the icon and/or title of the
currently focused application in the top panel of the GNOME shell.")
(home-page
"https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon/")