aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-23 10:11:32 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-23 10:11:32 +0800
commitd45f9bbd609b0068337fd345c927f9008f0f15f9 (patch)
tree50f2f2aed76875a72415d06a2af40fb27f3e313e
parent69ca3b1c8141d61ec4c26028147005aa15c93ea5 (diff)
downloadgsoc2013-evolution-EVOLUTION_2_23_1.tar
gsoc2013-evolution-EVOLUTION_2_23_1.tar.gz
gsoc2013-evolution-EVOLUTION_2_23_1.tar.bz2
gsoc2013-evolution-EVOLUTION_2_23_1.tar.lz
gsoc2013-evolution-EVOLUTION_2_23_1.tar.xz
gsoc2013-evolution-EVOLUTION_2_23_1.tar.zst
gsoc2013-evolution-EVOLUTION_2_23_1.zip
** Fixes bug #458505EVOLUTION_2_23_1
2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #458505 * mail/mail-config.glade: One space between "Sender" and "Photograph". svn path=/trunk/; revision=35405
-rw-r--r--mail/ChangeLog7
-rw-r--r--mail/mail-config.glade2
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4b3c672734..21923c54af 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,12 @@
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
+ ** Fixes bug #458505
+
+ * mail-config.glade:
+ One space between "Sender" and "Photograph".
+
+2008-04-22 Matthew Barnes <mbarnes@redhat.com>
+
** Fixes bug #529462
* evolution-mail.schemas.in:
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index d151e27c38..f7a7050fa5 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -6119,7 +6119,7 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkLabel" id="label587">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Sender Photograph&lt;/b&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;Sender Photograph&lt;/b&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>