diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:38:21 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:54:19 -0700 |
commit | 44fc2f54c1bfc12b05eb1de7a0d248ceb798f752 (patch) | |
tree | d32e4d7c2ce49ffe36ff163bd07a80fba4a14b7f /gnu/packages | |
parent | 102fc7bc194c35562f189d899cb6ca1b067a4567 (diff) | |
download | patches-44fc2f54c1bfc12b05eb1de7a0d248ceb798f752.tar patches-44fc2f54c1bfc12b05eb1de7a0d248ceb798f752.tar.gz |
gnu: dolphin: Fix grammar of "allows to navigate" to "navigates".
* gnu/packages/kde-systemtools (dolphin): Fix grammar.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde-systemtools.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm index cd1b442169..d51566341d 100644 --- a/gnu/packages/kde-systemtools.scm +++ b/gnu/packages/kde-systemtools.scm @@ -83,7 +83,7 @@ (description "Dolphin is a file manager for KDE focusing on usability. The main features of Dolphin are: @itemize -@item Navigation bar for URLs, which allows to navigate quickly +@item Navigation bar for URLs, which navigates quickly through the file hierarchy. @item View properties are remembered for each folder. @item Split of views is supported. |