From 773a9042a7f5a8c134c994e53ebf857df851a311 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 21 Jun 2026 13:08:46 +0100 Subject: [PATCH] fix(import): correct outdated import-format help message (#7988) (#7989) * fix(import): correct outdated import-format help message (#7988) The import dialog's "no converter" notice claimed only plain text and HTML could be imported and linked users to the legacy AbiWord wiki page, prompting them to install LibreOffice for formats that already work natively. Etherpad imports .txt, .html, .docx (via mammoth) and .etherpad files without LibreOffice; only .pdf/.odt/.doc/.rtf still need it. Update the message to say so and move the help link to the ether/etherpad org. Closes #7988 Co-Authored-By: Claude Opus 4.8 (1M context) * fix(import): point help link to new LibreOffice wiki page (Qodo #7989) The AbiWord wiki pages were vandalized/empty. Added a clean LibreOffice setup page on the wiki and point the import dialog there instead. Co-Authored-By: Claude Opus 4.8 (1M context) * fix(import): reference Etherpad docs instead of wiki for LibreOffice The wiki is being retired, so don't link to it. Point users at the documentation site for installing LibreOffice for extra import formats. Co-Authored-By: Claude Opus 4.8 (1M context) --------- Co-authored-by: Claude Opus 4.8 (1M context) --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index e7e978b93..b75881dd0 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -314,7 +314,7 @@ "pad.importExport.exportworda.title": "Export as Microsoft Word", "pad.importExport.exportpdfa.title": "Export as PDF", "pad.importExport.exportopena.title": "Export as ODF (Open Document Format)", - "pad.importExport.noConverter.innerHTML": "You can only import from plain text or HTML formats. For more advanced import features, please install LibreOffice.", + "pad.importExport.noConverter.innerHTML": "You can import plain text, HTML, Microsoft Word (.docx) and Etherpad files directly. To import other formats such as PDF, ODT, DOC or RTF, the server administrator needs to install LibreOffice — see the Etherpad documentation.", "pad.modals.connected": "Connected.", "pad.modals.reconnecting": "Reconnecting to your pad…",