guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: gnome-shell-extension-hide-app-icon: Fix grammar of "allows


From: guix-commits
Subject: 04/05: gnu: gnome-shell-extension-hide-app-icon: Fix grammar of "allows to hide" to "hides".
Date: Sun, 12 Apr 2020 17:09:11 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 309aaea5e145c3e066af5db22486a9a84a978599
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 14:04:20 2020 -0700

    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.
---
 gnu/packages/gnome-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index ad4593b..625248a 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]