diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:23:00 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:26:05 -0700 |
commit | 839f0229b43eeaea75c7626033c3184ba3e90aa1 (patch) | |
tree | 1567224391201b6bac6ff363a40f7243cd359cf9 /gnu | |
parent | 0dfe4c3d7e5c0c2757701039edb94d5a53bbb9e4 (diff) | |
download | patches-839f0229b43eeaea75c7626033c3184ba3e90aa1.tar patches-839f0229b43eeaea75c7626033c3184ba3e90aa1.tar.gz |
gnu: xcape: Fix grammar of "allows to use" to "uses a".
* gnu/packages/xdisorg (xcape): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 67c14a85f1..58e827505b 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1055,7 +1055,7 @@ within a single process.") (home-page "https://github.com/alols/xcape") (synopsis "Use a modifier key in X.org as another key") (description - "This utility for X.org allows to use modifier key as another key when + "This utility for X.org uses a modifier key as another key when pressed and released on its own. The default behaviour is to generate the Escape key when Left Control is pressed and released on its own.") (license license:gpl3+))) |