diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-27 19:13:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-27 19:13:36 +0800 |
commit | 83cdb01f285d355351c8dc71915684d0e13b29ca (patch) | |
tree | 20c970c8f92e5a77c922ea4f77e30778f2986bab /widgets | |
parent | 34dcaea22c7659d3831920d5c95c71624b1fd762 (diff) | |
download | gsoc2013-evolution-83cdb01f285d355351c8dc71915684d0e13b29ca.tar.gz gsoc2013-evolution-83cdb01f285d355351c8dc71915684d0e13b29ca.tar.zst gsoc2013-evolution-83cdb01f285d355351c8dc71915684d0e13b29ca.zip |
** Fix for bug #507526
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #507526
* e-send-options.glade: Add translators' comment.
svn path=/trunk/; revision=35263
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/ChangeLog | 6 | ||||
-rw-r--r-- | widgets/misc/e-send-options.glade | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 2ffc48f718..13270f833d 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2008-03-27 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #507526 + + * e-send-options.glade: Add translators' comment. + 2008-03-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #482148 diff --git a/widgets/misc/e-send-options.glade b/widgets/misc/e-send-options.glade index da19eb46ec..fd509488da 100644 --- a/widgets/misc/e-send-options.glade +++ b/widgets/misc/e-send-options.glade @@ -350,7 +350,7 @@ <widget class="GtkCheckButton" id="delay-delivery-button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Delay message delivery</property> + <property name="label" translatable="yes" comments="To translators: This means Delay the message delivery for some time">_Delay message delivery</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |