diff options
author | Lucas Rocha <lucasr@cvs.gnome.org> | 2005-10-18 13:21:10 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-10-18 13:21:10 +0000 |
commit | 91ace3021a452fa5b331a178598ff42e68abaac4 (patch) | |
tree | 10fa5f8fcce640299163a5694879c8c386a95b8c /help | |
parent | Translation updated. (diff) | |
download | zenity-91ace3021a452fa5b331a178598ff42e68abaac4.tar.gz zenity-91ace3021a452fa5b331a178598ff42e68abaac4.tar.bz2 zenity-91ace3021a452fa5b331a178598ff42e68abaac4.zip |
refile zenity to GNOME|Utilities. Fixes #318831. Patch from Brent Smith
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>.
Diffstat (limited to 'help')
-rw-r--r-- | help/C/zenity.xml | 6 | ||||
-rw-r--r-- | help/zenity.omf.in | 2 |
2 files changed, 5 insertions, 3 deletions
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> |