Git commit 58edaf0b3c0250bc254b86364f508b617d98ccd5 by Burkhard Lück. Committed on 03/08/2015 at 18:18. Pushed by lueck into branch 'master'.
add missing &language; to refentry; and change sentence about reporting bugs, ack'ed by dfaure M +2 -2 docs/kross/man-kf5kross.1.docbook http://commits.kde.org/kross/58edaf0b3c0250bc254b86364f508b617d98ccd5 diff --git a/docs/kross/man-kf5kross.1.docbook b/docs/kross/man-kf5kross.1.docbook index 424e6fb..0f50d79 100644 --- a/docs/kross/man-kf5kross.1.docbook +++ b/docs/kross/man-kf5kross.1.docbook @@ -3,7 +3,7 @@ <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> -<refentry> +<refentry lang="&language;"> <refentryinfo> <title>kf5kross User's Manual</title> @@ -124,7 +124,7 @@ Look at <replaceable>http://kross.dipe.org/solution.html</replaceable> for more <refsect1> <title>Bugs</title> -<para>There are probably tons of bugs. Use <ulink url="http://bugs.kde.org">bugs.kde.org</ulink> to report them.</para> +<para>Please use <ulink url="http://bugs.kde.org">KDE's bugtracker</ulink> to report bugs.</para> </refsect1> </refentry> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
