]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/Sections.pm
fix off-by-one after switching on the brain again
[deb/packages.git] / lib / Packages / Sections.pm
index 580f7b193fc281926532293220bad4df2ee63f45..aaa5650ab2ed4612c079439ff09d066cb15a37a4 100644 (file)
@@ -72,7 +72,7 @@ our %sections_descs = (
                      misc      => [ N_("Miscellaneous"),
                                     N_("Miscellaneous utilities that didn\'t fit well anywhere else.") ],
                      net       => [ N_("Network"),
-                                    N_("Daemons and clients to connect your Debian GNU/Linux system to the world.") ],
+                                    N_("Daemons and clients to connect your system to the world.") ],
                      news      => [ N_("Newsgroups"),
                                     N_("Software to access Usenet, to set up news servers, etc.") ],
                      oldlibs   => [ N_("Old Libraries"),
@@ -80,7 +80,7 @@ our %sections_descs = (
                      ocaml     => [ N_("OCaml"),
                                     N_("Everything about OCaml, an ML language implementation.") ],
                      otherosfs => [ N_("Other OS\'s and file systems"),
-                                    N_("Software to run programs compiled for other operating system, and to use their filesystems.") ],
+                                    N_("Software to run programs compiled for other operating systems, and to use their filesystems.") ],
                      perl      => [ N_("Perl"),
                                     N_("Everything about Perl, an interpreted scripting language.") ],
                      php       => [ N_("PHP"),