From f4b3776e5c39eff926443156cd7840117fc8d8b4 Mon Sep 17 00:00:00 2001 From: 413Michele <413Michele@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:54:26 +0200 Subject: [PATCH] Fix typo (missing space in info text) --- src/calibre/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index 071db8f480..e52ee19bd1 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -1322,7 +1322,7 @@ def cli_index_strings(): 'On macOS, the command line tools are inside the calibre bundle, for example,' ' if you installed calibre in :file:`/Applications` the command line tools' ' are in :file:`/Applications/calibre.app/Contents/MacOS/`. So, for example, to run :file:`ebook-convert`' - 'you would use: :file:`/Applications/calibre.app/Contents/MacOS/ebook-convert`.'), _( + ' you would use: :file:`/Applications/calibre.app/Contents/MacOS/ebook-convert`.'), _( 'Documented commands'), _('Undocumented commands'), _( 'You can see usage for undocumented commands by executing them without arguments in a terminal.'), _( 'Change language'), _('Search')