summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-01-19 16:02:35 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-01-19 16:02:35 +0000
commit061214aeaa1c5494fa5bf9801d950d4d96ce2bec (patch)
tree2b1c3d4a9364cfb0b44d69226580d3d6764ad43b
parentAttempt to make things work after 2 bottles of wine last night. Harmless (diff)
downloadzenity-061214aeaa1c5494fa5bf9801d950d4d96ce2bec.tar.gz
zenity-061214aeaa1c5494fa5bf9801d950d4d96ce2bec.tar.bz2
zenity-061214aeaa1c5494fa5bf9801d950d4d96ce2bec.zip
Fix typo in calendar help
-rw-r--r--ChangeLog4
-rw-r--r--help/C/zenity.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97fb872d..c7dca33a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-19 Mike Newman <mike@gtnorthern.demon.co.uk>
+
+ * help/C/zenity.xml: s/data-format/date-format/ in calendar help.
+
2003-01-19 Glynn Foster <glynn.foster@sun.com>
* src/about.c: Attempt to make things work after 2 bottles of
diff --git a/help/C/zenity.xml b/help/C/zenity.xml
index ff5d84a2..167cd1d7 100644
--- a/help/C/zenity.xml
+++ b/help/C/zenity.xml
@@ -281,7 +281,7 @@
</varlistentry>
<varlistentry>
- <term><varname>--data-format</varname>=FORMAT</term>
+ <term><varname>--date-format</varname>=FORMAT</term>
<listitem>
<para>Specify the format to be returned from the Calendar dialog after
the selection has been made. This defaults to a format depending
bgstack15