diff mbox series

bug#63097: [PATCH] gnu: Add dialect.

Message ID 87cz2og040.fsf@gnu.org
State New
Headers show
Series bug#63097: [PATCH] gnu: Add dialect. | expand

Commit Message

Ludovic Courtès May 25, 2023, 10:46 a.m. UTC
Hi,

Dominik Delgado Steuter <d@delgado.nrw> skribis:

> * gnu/packages/gnome.scm (dialect): New variable.

Applied with the changes below, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e348d216aa..7df18f055f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10441,10 +10441,10 @@  (define-public dialect
                              python-gtts
                              python-pygobject
                              python-requests))
-    (home-page "https://apps.gnome.org/de/app/app.drey.Dialect")
-    (synopsis "Translation app for GNOME")
+    (home-page "https://apps.gnome.org/app/app.drey.Dialect")
+    (synopsis "Translation application for GNOME")
     (description
-     "Dialect is a simple translation app which uses Google Translate
+     "Dialect is a simple translation application that uses Google Translate
 (default), LibreTranslate or Lingva Translate.  It includes features
 like automatic language detection, text-to-speech and clipboard buttons.")
     (license license:gpl3+)))