diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-05-06 14:28:27 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-05-06 14:28:27 +0800 |
commit | 835ba64d0cb3df54a15c782e95fc3729751882de (patch) | |
tree | 0c7e75e4b1e4dca456d6e47ca68b60587acc825b /widgets/misc | |
parent | 8d0d1fbdbe24816ecf6ebf1259a49e7ec846fc87 (diff) | |
download | gsoc2013-evolution-835ba64d0cb3df54a15c782e95fc3729751882de.tar.gz gsoc2013-evolution-835ba64d0cb3df54a15c782e95fc3729751882de.tar.zst gsoc2013-evolution-835ba64d0cb3df54a15c782e95fc3729751882de.zip |
Fixed a typo. #273095
2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com>
* e-send-options.glade : Fixed a typo. #273095
svn path=/trunk/; revision=29294
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/misc/e-send-options.glade | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 6e927b1030..06c4498d33 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> + + * e-send-options.glade : Fixed a typo. #273095 + 2005-05-06 Harish Krishnaswamy <kharish@novell.com> * e-send-options.glade: Fix for bugs #273096, #273097 diff --git a/widgets/misc/e-send-options.glade b/widgets/misc/e-send-options.glade index 72d58bd366..7f3a88fdbf 100644 --- a/widgets/misc/e-send-options.glade +++ b/widgets/misc/e-send-options.glade @@ -1080,8 +1080,7 @@ Mail Receipt</property> <widget class="GtkComboBox" id="delete-combo"> <property name="visible">True</property> <property name="items" translatable="yes">None -Mail Receipt -</property> +Mail Receipt</property> </widget> <packing> <property name="left_attach">1</property> |