diff options
author | Matt Bissiri <bissiri@eecs.umich.edu> | 2000-10-04 14:30:31 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-04 14:30:31 +0800 |
commit | 26df339fb8b1548eb9ff5fd7ea6988a7a6658921 (patch) | |
tree | 0a0edc403909c686e7a767e5bfe8a7c129f4d4de /ui | |
parent | 774584fd4dc7e4dd6f8ed878407aaa3d885c03e8 (diff) | |
download | gsoc2013-evolution-26df339fb8b1548eb9ff5fd7ea6988a7a6658921.tar.gz gsoc2013-evolution-26df339fb8b1548eb9ff5fd7ea6988a7a6658921.tar.zst gsoc2013-evolution-26df339fb8b1548eb9ff5fd7ea6988a7a6658921.zip |
ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,
2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu>
* ui/evolution-addressbook-ldap.xml,
* ui/evolution-addressbook.xml,
* ui/evolution-calendar.xml,
* ui/evolution-contact-editor.xml:
Fixed typo `_decr' -> `_descr', so some missing tooltips will appear.
Also fixed some typos in descr values.
From shell/ChangeLog:
2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu>
* e-shell-view-menu.c (e_shell_view_menu_setup): Use
`bonobo_ui_component_add_verb_list' instead of
`bonobo_ui_component_add_verb_list_with_data' for help_verbs,
so that `command_help' gets an html filename as user_data,
instead of a ptr to EShellView.
(menu_do_misc): Move DumpXML from help_verbs to here, because
`command_xml_dump' needs to get EShellView as user_data.
svn path=/trunk/; revision=5703
Diffstat (limited to 'ui')
-rw-r--r-- | ui/evolution-addressbook-ldap.xml | 2 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 2 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 4 | ||||
-rw-r--r-- | ui/evolution-contact-editor.xml | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ui/evolution-addressbook-ldap.xml b/ui/evolution-addressbook-ldap.xml index 02fb384d30..870981ef70 100644 --- a/ui/evolution-addressbook-ldap.xml +++ b/ui/evolution-addressbook-ldap.xml @@ -49,7 +49,7 @@ <dockitem name="Toolbar" relief="none"> <toolitem name="New" _label="New" - _decr="Create a new contact" verb="ContactNew" + _descr="Create a new contact" verb="ContactNew" pixtype="stock" pixname="New"/> <toolitem type="separator"/> diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 192817a0b3..65407378c4 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -38,7 +38,7 @@ <dockitem name="Toolbar" relief="none"> <toolitem name="New" _label="New" - _decr="Create a new contact" verb="ContactNew" + _descr="Create a new contact" verb="ContactNew" pixtype="stock" pixname="New"/> <toolitem type="separator"/> diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 00ccc79d84..1c83b6a196 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -48,7 +48,7 @@ <dockitem name="Toolbar" relief="none"> <toolitem name="New" _label="New" - _decr="Create a new appointment" verb="EditNewAppointment" + _descr="Create a new appointment" verb="EditNewAppointment" pixtype="stock" pixname="New"/> <toolitem type="separator"/> @@ -74,7 +74,7 @@ <toolitem type="separator"/> <toolitem name="Goto" label="Go to" - _descr="Go to a specific data" verb="CalendarGoto" + _descr="Go to a specific date" verb="CalendarGoto" pixtype="stock" pixname="Jump To"/> <toolitem type="separator"/> diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index 351f94e1e4..06a1acf484 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" - _decr="Save the appointment and close the dialog box" verb="ContactEditorSaveClose" + _descr="Save the contact and close the dialog box" verb="ContactEditorSaveClose" pixtype="stock" pixname="Save"/> <toolitem type="separator"/> <toolitem name="Print" _label="Print..." - _decr="Print this item" verb="ContactEditorPrint" + _descr="Print this item" verb="ContactEditorPrint" pixtype="stock" pixname="Print"/> <toolitem name="Delete" _label="Delete" - _decr="Delete this item" verb="ContactEditorDelete" + _descr="Delete this item" verb="ContactEditorDelete" pixtype="stock" pixname="Trash"/> <!-- <toolitem name="Help" _label="Help" - _decr="See online help" verb="ContactEditorHelp" + _descr="See online help" verb="ContactEditorHelp" pixtype="stock" pixname="Help"/> GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"), |