diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-11-03 12:58:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-03 12:58:12 +0800 |
commit | 9109e4a78c6fd69ebb45658a7f0c83edae15245f (patch) | |
tree | e13c1c209f651436ef15923f58ff041c9e04a495 /mail/mail-config.glade | |
parent | 2f84127ab607dd8ae1ddcf52fa8bbec8a11d165c (diff) | |
download | gsoc2013-evolution-9109e4a78c6fd69ebb45658a7f0c83edae15245f.tar.gz gsoc2013-evolution-9109e4a78c6fd69ebb45658a7f0c83edae15245f.tar.zst gsoc2013-evolution-9109e4a78c6fd69ebb45658a7f0c83edae15245f.zip |
** Fixes bug #559042
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559042
* calendar/gui/e-itip-control.c (write_recurrence_piece):
* mail/mail-config.glade:
Remove extra spaces in translated strings.
svn path=/trunk/; revision=36722
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 445f0bb175..69a9016535 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -5108,7 +5108,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="magic_spacebar_checkbox"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Enable Magic S_pacebar </property> + <property name="label" translatable="yes">Enable Magic S_pacebar</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |