diff options
| author | Victor Kareh <[email protected]> | 2026-08-31 12:33:02 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-08-31 20:50:01 +0000 |
| commit | 3cca5535120070ea47f6405f36a0dcdf8cd1a6ee (patch) | |
| tree | d018489760e27525ef3f94fa1df9a9cce25dfdd0 /logview/help | |
| parent | f94beb3bc4b19565af5a9ce5620cdc64d3557a49 (diff) | |
| download | mate-utils-3cca5535120070ea47f6405f36a0dcdf8cd1a6ee.tar.bz2 mate-utils-3cca5535120070ea47f6405f36a0dcdf8cd1a6ee.tar.xz | |
docbook: Remove lang attributes
Having lang="en" in docbooks triggered the itstool bug, causing
intermitent build failures in some languages. Removing the lang
attribute fixes this, and it's unnecessary since C/ docbooks are already
implicitly in English.
Diffstat (limited to 'logview/help')
| -rw-r--r-- | logview/help/C/index.docbook | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/logview/help/C/index.docbook b/logview/help/C/index.docbook index dc246718..cc7f22f6 100644 --- a/logview/help/C/index.docbook +++ b/logview/help/C/index.docbook @@ -16,7 +16,7 @@ --> <!-- =============Document Header ============================= --> -<article id="index" lang="en"> +<article id="index"> <!-- please do not change the id; for translations, change lang to --> <!-- appropriate code --> <articleinfo> @@ -27,7 +27,7 @@ system log files.</para> </abstract> - <copyright lang="en"> + <copyright> <year>2015-2021</year> <holder>MATE Documentation Project</holder> </copyright> @@ -57,7 +57,7 @@ &legal; <authorgroup> - <author role="maintainer" lang="en"> + <author role="maintainer"> <surname>MATE Documentation Team</surname> <affiliation> <orgname>Mate desktop</orgname> @@ -113,13 +113,12 @@ </authorgroup> <revhistory> - <revision lang="en"> + <revision> <revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date> <revdescription> - <para role="author" lang="en">Wolfgang Ulbrich - </para> - <para role="publisher" lang="en">MATE Documentation Project</para> + <para role="author">Wolfgang Ulbrich</para> + <para role="publisher">MATE Documentation Project</para> </revdescription> </revision> <revision> |
