diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | help/C/zenity.xml | 6 | ||||
-rw-r--r-- | help/zenity.omf.in | 2 |
3 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,11 @@ +2005-10-18 Lucas Rocha <lucasr@cvs.gnome.org> + + * help/zenity.omf.in: refile zenity to GNOME|Utilities. + Fixes #318831. Patch from Brent Smith <gnome@nextreality.net>. + * help/C/zenity.xml: more meaningful abstract and + standardized title. Fixes #318915. Patch from + Brent Smith <gnome@nextreality.net>. + 2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org> * data/zenity.1: bug fix for #315020. diff --git a/help/C/zenity.xml b/help/C/zenity.xml index c9147c0e..8e4c644a 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -17,7 +17,7 @@ <article id="index" lang="en"> <articleinfo> - <title>&appname;</title> + <title>&appname; Manual</title> <subtitle>&appname; Desktop Application Manual V&manrevision;</subtitle> <copyright> <year>2003</year> @@ -92,7 +92,9 @@ </legalnotice> <abstract role="description"> - <para>User manual for the Zenity desktop application.</para> + <para>Zenity is a rewrite of gdialog, the GNOME port of dialog which allows you to + display dialog boxes from the commandline and shell scripts. + </para> </abstract> </articleinfo> diff --git a/help/zenity.omf.in b/help/zenity.omf.in index 6edd2d7c..adf3eac0 100644 --- a/help/zenity.omf.in +++ b/help/zenity.omf.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <omf> <resource> - <subject category="GNOME|Desktop"/> + <subject category="GNOME|Utilities"/> <type> user's guide </type> |