Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fr.po #150

Merged
merged 1 commit into from
Sep 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions error_dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ def subprocess_error(job: Any, parent: Any) -> None:
"Hello, my name is Philip, but everyone calls me Pip, "
"because they hate me.",
_(
"<p>Please read the friendly <a href='{}'></a> of how to install pip."
"</p><p>If you still have this error, make sure you installed calibre "
"with the <a href='https://calibre-ebook.com/download_linux'> binary "
"install command</a> but not from Flathub or Snap Store.</p>"
"<p>Please read the friendly <a href='{}'>manual</a> of how to install "
"pip.</p><p>If you still have this error, make sure you installed "
"calibre with the <a href='https://calibre-ebook.com/download_linux'>"
"binary install command</a> but not from Flathub or Snap Store.</p>"
).format(INSTALL_PYTHON_DOC),
job.details + exception,
parent,
Expand Down
Loading