diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-09 19:57:46 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-09 19:57:46 +0800 |
commit | 70131e1677eebdefa01d981edcafa4cbbf02f471 (patch) | |
tree | 68397f057b23e8d9d307a956ad2ae41f7e8be1d3 /ui/evolution-contact-editor.xml | |
parent | 088dc778272274c7cb50f28ba9bd6c9ff7a5b6f9 (diff) | |
download | gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.gz gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.zst gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.zip |
s/descr/tip/
2000-10-09 Michael Meeks <michael@helixcode.com>
* evolution-subscribe.xml: s/descr/tip/
svn path=/trunk/; revision=5791
Diffstat (limited to 'ui/evolution-contact-editor.xml')
-rw-r--r-- | ui/evolution-contact-editor.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index 06a1acf484..83411aa334 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -213,22 +213,22 @@ static GnomeUIInfo main_menu[] = { <dockitem name="Toolbar" relief="none"> <toolitem name="Save and Close" _label="Save and Close" - _descr="Save the contact and close the dialog box" verb="ContactEditorSaveClose" + _tip="Save the contact and close the dialog box" verb="ContactEditorSaveClose" pixtype="stock" pixname="Save"/> <toolitem type="separator"/> <toolitem name="Print" _label="Print..." - _descr="Print this item" verb="ContactEditorPrint" + _tip="Print this item" verb="ContactEditorPrint" pixtype="stock" pixname="Print"/> <toolitem name="Delete" _label="Delete" - _descr="Delete this item" verb="ContactEditorDelete" + _tip="Delete this item" verb="ContactEditorDelete" pixtype="stock" pixname="Trash"/> <!-- <toolitem name="Help" _label="Help" - _descr="See online help" verb="ContactEditorHelp" + _tip="See online help" verb="ContactEditorHelp" pixtype="stock" pixname="Help"/> GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"), |