about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-01-11 18:42:50 +0100
committerGitHub <noreply@github.com>2024-01-11 18:42:50 +0100
commita2f82b9b840d6120464b853b8c6efb462899c716 (patch)
treedfd76a18e8dd3b4c8f93c10ae6d8cfa4154444fe
parent56b9e68d8e95bf6a6d63fb64cf9a699b2480c5bb (diff)
parentdb94b9c1f55455ede4bc805da2f38592ba53605b (diff)
Merge pull request #280291 from katexochen/gettext/fix-longdesc
gettext: fix longDescription markdown
-rw-r--r--pkgs/development/libraries/gettext/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix
index 0222cb4480459..7965cf2aa1f2a 100644
--- a/pkgs/development/libraries/gettext/default.nix
+++ b/pkgs/development/libraries/gettext/default.nix
@@ -90,10 +90,10 @@ stdenv.mkDerivation rec {
       computer screen showing a lot less of English, and far more of their
       own language.
 
-      GNU `gettext' is an important step for the GNU Translation Project, as
+      GNU `gettext` is an important step for the GNU Translation Project, as
       it is an asset on which we may build many other steps. This package
       offers to programmers, translators, and even users, a well integrated
-      set of tools and documentation. Specifically, the GNU `gettext'
+      set of tools and documentation. Specifically, the GNU `gettext`
       utilities are a set of tools that provides a framework to help other
       GNU packages produce multi-lingual messages.
     '';