Skip to content

Commit a2f82b9

Browse files
authored
Merge pull request #280291 from katexochen/gettext/fix-longdesc
gettext: fix longDescription markdown
2 parents 56b9e68 + db94b9c commit a2f82b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/gettext/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ stdenv.mkDerivation rec {
9090
computer screen showing a lot less of English, and far more of their
9191
own language.
9292
93-
GNU `gettext' is an important step for the GNU Translation Project, as
93+
GNU `gettext` is an important step for the GNU Translation Project, as
9494
it is an asset on which we may build many other steps. This package
9595
offers to programmers, translators, and even users, a well integrated
96-
set of tools and documentation. Specifically, the GNU `gettext'
96+
set of tools and documentation. Specifically, the GNU `gettext`
9797
utilities are a set of tools that provides a framework to help other
9898
GNU packages produce multi-lingual messages.
9999
'';

0 commit comments

Comments
 (0)