diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-01 20:00:14 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-01 20:00:14 +0800 |
commit | e9ab64e52cb5ff63c478020635dcc1fc13724b67 (patch) | |
tree | ab8c706384b4a5d72ac259c1231ff767a149fa5a | |
parent | 86dcbf965644ad7af5770935e4f328c94d0b706e (diff) | |
download | gsoc2013-evolution-e9ab64e52cb5ff63c478020635dcc1fc13724b67.tar.gz gsoc2013-evolution-e9ab64e52cb5ff63c478020635dcc1fc13724b67.tar.zst gsoc2013-evolution-e9ab64e52cb5ff63c478020635dcc1fc13724b67.zip |
Fix typo 'availabe'.
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* evolution-editor.xml: Fix typo 'availabe'.
svn path=/trunk/; revision=31000
-rw-r--r-- | ui/evolution-editor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution-editor.xml b/ui/evolution-editor.xml index 4a3e33aa2f..3279ec0975 100644 --- a/ui/evolution-editor.xml +++ b/ui/evolution-editor.xml @@ -9,7 +9,7 @@ <cmd name="EditSelectAll" _tip="Select all text" accel="*Control*a"/> <cmd name="InsertAttachments" _tip="Click here to attach a file" accel="*Control**Alt*a" pixtype="pixbuf"/> - <cmd name="Help" _tip="Click here to view help availabe" accel="*Control*h" pixtype="stock" pixname="gtk-help"/> + <cmd name="Help" _tip="Click here to view help available" accel="*Control*h" pixtype="stock" pixname="gtk-help"/> </commands> |