aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2005-05-06 13:14:48 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-05-06 13:14:48 +0800
commitb4a2742ea9a6507609b74c16f5ba569bffa2874b (patch)
treed0d5767590d79f3f931f8229bde252a9557fbd26 /widgets
parent0086680be41a390e3e20d91a206ddabbbbacd13f (diff)
downloadgsoc2013-evolution-b4a2742ea9a6507609b74c16f5ba569bffa2874b.tar
gsoc2013-evolution-b4a2742ea9a6507609b74c16f5ba569bffa2874b.tar.gz
gsoc2013-evolution-b4a2742ea9a6507609b74c16f5ba569bffa2874b.tar.bz2
gsoc2013-evolution-b4a2742ea9a6507609b74c16f5ba569bffa2874b.tar.lz
gsoc2013-evolution-b4a2742ea9a6507609b74c16f5ba569bffa2874b.tar.xz
gsoc2013-evolution-b4a2742ea9a6507609b74c16f5ba569bffa2874b.tar.zst
gsoc2013-evolution-b4a2742ea9a6507609b74c16f5ba569bffa2874b.zip
Fix for 273097
svn path=/trunk/; revision=29286
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/ChangeLog2
-rw-r--r--widgets/misc/e-send-options.glade6
2 files changed, 4 insertions, 4 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index f022704700..6e927b1030 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,6 +1,6 @@
2005-05-06 Harish Krishnaswamy <kharish@novell.com>
- * e-send-options.glade: Fixes bug #273096
+ * e-send-options.glade: Fix for bugs #273096, #273097
2005-03-01 Jeffrey Stedfast <fejj@novell.com>
diff --git a/widgets/misc/e-send-options.glade b/widgets/misc/e-send-options.glade
index 6a3f025590..72d58bd366 100644
--- a/widgets/misc/e-send-options.glade
+++ b/widgets/misc/e-send-options.glade
@@ -968,7 +968,7 @@ Confidential
<child>
<widget class="GtkLabel" id="opened-label">
<property name="visible">True</property>
- <property name="label" translatable="yes">_When opened: </property>
+ <property name="label" translatable="yes">_When opened:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -992,7 +992,7 @@ Confidential
<child>
<widget class="GtkLabel" id="declined-label">
<property name="visible">True</property>
- <property name="label" translatable="yes">When decli_ned: </property>
+ <property name="label" translatable="yes">When decli_ned:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -1040,7 +1040,7 @@ Confidential
<child>
<widget class="GtkLabel" id="accepted-label">
<property name="visible">True</property>
- <property name="label" translatable="yes">When acce_pted: </property>
+ <property name="label" translatable="yes">When acce_pted:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>