diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-11-24 11:53:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-11-24 11:54:35 +0800 |
commit | 8e8554895452ed8062bbf650ffd5dc47ca58cb66 (patch) | |
tree | 7fce5411ed0d6bde29ac7e0686ef7ea6c83e2bbb | |
parent | 1fdbce2c4e24f96ed836db069778806eaa6d9849 (diff) |
whatsnew: Use the <title> of the page for packages as package names
This is more consistent, and it reduces the number of different
translatable strings for translators. Most of the package names in
whatsnew has already been aligned with <title>s, now make these two
"from ..." packages so.
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 0586b3d02..73b3d77df 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -153,7 +153,7 @@ <para>Libcap-&libcap-version;</para> </listitem>--> <listitem> - <para>Libelf-&elfutils-version; (from elfutils)</para> + <para>Libelf from Elfutils-&elfutils-version;</para> </listitem> <!--<listitem> <para>Libffi-&libffi-version;</para> @@ -252,7 +252,7 @@ <para>Tzdata-&tzdata-version;</para> </listitem>--> <!--<listitem revision="sysv"> - <para>Udev-&systemd-version; (from systemd)</para> + <para>Udev from Systemd-&systemd-version;</para> </listitem>--> <listitem> <para>Util-linux-&util-linux-version;</para> |