aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorUshveen Kaur <kushveen@novell.com>2006-10-16 23:04:41 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-10-16 23:04:41 +0800
commit3c39e9cc89192c13787b7838b8054793ab624839 (patch)
tree0118cbc11a51dafc16c175e0ac0cf4931030da68 /calendar/gui
parent5ebef95975b4e0021887d41463a07ac0438eb7dc (diff)
downloadgsoc2013-evolution-3c39e9cc89192c13787b7838b8054793ab624839.tar
gsoc2013-evolution-3c39e9cc89192c13787b7838b8054793ab624839.tar.gz
gsoc2013-evolution-3c39e9cc89192c13787b7838b8054793ab624839.tar.bz2
gsoc2013-evolution-3c39e9cc89192c13787b7838b8054793ab624839.tar.lz
gsoc2013-evolution-3c39e9cc89192c13787b7838b8054793ab624839.tar.xz
gsoc2013-evolution-3c39e9cc89192c13787b7838b8054793ab624839.tar.zst
gsoc2013-evolution-3c39e9cc89192c13787b7838b8054793ab624839.zip
** Fixes bug #347768
2006-10-16 Ushveen Kaur <kushveen@novell.com> ** Fixes bug #347768 * gui/dialogs/memo-page.glade : Label changed from "_Memo Content" to "_Description". svn path=/trunk/; revision=32900
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/memo-page.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/memo-page.glade b/calendar/gui/dialogs/memo-page.glade
index 5de9142675..a917129184 100644
--- a/calendar/gui/dialogs/memo-page.glade
+++ b/calendar/gui/dialogs/memo-page.glade
@@ -105,7 +105,7 @@
<child>
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
- <property name="label" translatable="yes">_Memo Content:</property>
+ <property name="label" translatable="yes">_Description:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
@@ -345,7 +345,7 @@
<child>
<widget class="GtkLabel" id="sum-label">
<property name="visible">True</property>
- <property name="label" translatable="yes">Su_mmary</property>
+ <property name="label" translatable="yes">Su_mmary:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>