diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-29 04:05:32 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-29 04:05:32 +0800 |
commit | d1596cd0505c7cc1851e416f5ab89ed65cea7359 (patch) | |
tree | 423d7fe85978eaed1f92f48840c0a910f554adde /mail/mail-config.glade | |
parent | 63511f76328a5d29074f8d417e256fc63a53209f (diff) | |
download | gsoc2013-evolution-d1596cd0505c7cc1851e416f5ab89ed65cea7359.tar.gz gsoc2013-evolution-d1596cd0505c7cc1851e416f5ab89ed65cea7359.tar.zst gsoc2013-evolution-d1596cd0505c7cc1851e416f5ab89ed65cea7359.zip |
** Fix for bug #428123 from Lucky
svn path=/trunk/; revision=33872
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 2266bb5e50..fc8699093f 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -4735,7 +4735,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="label444"> <property name="visible">True</property> - <property name="label" translatable="yes">Fi_xed width Font:</property> + <property name="label" translatable="yes">Fix_ed width Font:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_RIGHT</property> @@ -5547,7 +5547,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkRadioButton" id="radNotifyBeep"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Beep w_hen new mail arrives</property> + <property name="label" translatable="yes">_Beep when new mail arrives</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |