git: f0462164c778 - main - x11/gnome-console: Fix single quotes in pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 18:48:21 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0462164c7786b07b2eb3879c025a8933866377c
commit f0462164c7786b07b2eb3879c025a8933866377c
Author: Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-08-09 18:46:59 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-08-09 18:46:59 +0000
x11/gnome-console: Fix single quotes in pkg-descr
It appears that the single quote character previously used was an non-ASCII
quote. The now-abandoned character is common on websites, but does not
render correctly in some places (e.g. FreshPorts).
---
x11/gnome-console/pkg-descr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11/gnome-console/pkg-descr b/x11/gnome-console/pkg-descr
index 2e6922ec17dc..39b6c3af44a4 100644
--- a/x11/gnome-console/pkg-descr
+++ b/x11/gnome-console/pkg-descr
@@ -1,7 +1,7 @@
Console is a minimal terminal for GNOME
Console is supposed to be a simple terminal emulator for the average user
-to carry out simple cli tasks and aims to be a ‘core’ app for GNOME/Phosh.
+to carry out simple cli tasks and aims to be a 'core' app for GNOME/Phosh.
We are not however trying to replace GNOME Terminal/Tilix, these advanced
tools are great for developers and administrators, rather Console aims to