diff mbox series

[bug#67309,gnome-team,v6,2/2] gnu: gnome-connections: Improve wording.

Message ID a75f7c80f2eaca7cbdba86718e480d2ff69de332.1701710667.git.vivien@planete-kraus.eu
State New
Headers show
Series [bug#67309,gnome-team,v6,1/2] gnu: gtk-frdp: Improve wording. | expand

Commit Message

Vivien Kraus Dec. 4, 2023, 5:22 p.m. UTC
* gnu/packages/gnome.scm (gnome-connections) [description]: Add space after
comma in @acronym.

Change-Id: Ib6c9e39057786e7bd135874238a9b7629e316200
---
See 1/2.

 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Maxim Cournoyer Dec. 4, 2023, 11:06 p.m. UTC | #1
Vivien Kraus <vivien@planete-kraus.eu> writes:

> * gnu/packages/gnome.scm (gnome-connections) [description]: Add space after
> comma in @acronym.
>
> Change-Id: Ib6c9e39057786e7bd135874238a9b7629e316200

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 185726dd5f..9943b10c2c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13817,6 +13817,6 @@  (define-public gnome-connections
     (home-page "https://apps.gnome.org/Connections")
     (synopsis "View and use other desktops")
     (description "Connections allows the user to connect to different
-real or virtual machines, using @acronym{VNC,Virtual Network Computing}
-or @acronym{RDP,Remote Desktop Protocol}.")
+real or virtual machines, using @acronym{VNC, Virtual Network Computing}
+or @acronym{RDP, Remote Desktop Protocol}.")
     (license license:gpl3+)))