diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:21:17 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 16:26:03 -0700 |
commit | 0dfe4c3d7e5c0c2757701039edb94d5a53bbb9e4 (patch) | |
tree | fb85d60af4a838e79ab75e2c7afddb8ee85d5e36 /gnu | |
parent | 9bbba9aad77cf0332b484fed4f06e1ad5a7ff8dd (diff) | |
download | guix-0dfe4c3d7e5c0c2757701039edb94d5a53bbb9e4.tar.gz guix-0dfe4c3d7e5c0c2757701039edb94d5a53bbb9e4.zip |
gnu: scrot: Fix grammar of "allows to save" to "saves".
* gnu/packages/xdisorg (scrot): 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 4a8b7ebfe5..67c14a85f1 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -635,7 +635,7 @@ move windows, switch between desktops, etc.).") (home-page "https://github.com/resurrecting-open-source-projects/scrot") (synopsis "Command-line screen capture utility for X Window System") (description - "Scrot allows to save a screenshot of a full screen, a window or a part + "Scrot saves a screenshot of a full screen, a window or a part of the screen selected by mouse.") ;; This license removes a clause about X Consortium from the original ;; X11 license. |