From 17cafd959417fef10ba0f8f3963bdcbed2421d7a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 4 Nov 2019 18:33:46 -0500 Subject: [PATCH] coquelicot: Change quotes to ASCII Signed-off-by: James Valleroy --- plinth/modules/coquelicot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/coquelicot/__init__.py b/plinth/modules/coquelicot/__init__.py index 13d01a67f..bcc55c1a8 100644 --- a/plinth/modules/coquelicot/__init__.py +++ b/plinth/modules/coquelicot/__init__.py @@ -42,8 +42,8 @@ name = _('Coquelicot') short_description = _('File Sharing') description = [ - _('Coquelicot is a “one-click” file sharing web application with a focus ' - 'on protecting users’ privacy. It is best used for quickly sharing a ' + _('Coquelicot is a "one-click" file sharing web application with a focus ' + 'on protecting users\' privacy. It is best used for quickly sharing a ' 'single file. '), _('This Coquelicot instance is exposed to the public but requires an ' 'upload password to prevent unauthorized access. You can set a new '