diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-02 13:31:18 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-02 13:31:18 +0800 |
commit | d03003f2289d704dd8842b66481559a58e274a6e (patch) | |
tree | 34ab3bd8c9fbaf3780e14a3b23031c76e0fbbca9 /widgets/misc/e-send-options.glade | |
parent | 4871f1109d3df6327427503b1a6fa648ec305423 (diff) | |
download | gsoc2013-evolution-d03003f2289d704dd8842b66481559a58e274a6e.tar.gz gsoc2013-evolution-d03003f2289d704dd8842b66481559a58e274a6e.tar.zst gsoc2013-evolution-d03003f2289d704dd8842b66481559a58e274a6e.zip |
Fix for #325129.
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
* evolution-executive-summary.xml : Fix for #325129.
svn path=/trunk/; revision=31012
Diffstat (limited to 'widgets/misc/e-send-options.glade')
-rw-r--r-- | widgets/misc/e-send-options.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-send-options.glade b/widgets/misc/e-send-options.glade index 7f3a88fdbf..2a627fb406 100644 --- a/widgets/misc/e-send-options.glade +++ b/widgets/misc/e-send-options.glade @@ -186,7 +186,7 @@ <widget class="GtkRadioButton" id="reply-within"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">W_ithin</property> + <property name="label" translatable="yes">Wi_thin</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |